Class PolymorphicScoreJaxbAdapter
java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<org.optaplanner.persistence.jaxb.api.score.PolymorphicScoreJaxbAdapter.JaxbAdaptedScore,org.optaplanner.core.api.score.Score>
org.optaplanner.persistence.jaxb.api.score.PolymorphicScoreJaxbAdapter
public class PolymorphicScoreJaxbAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<org.optaplanner.persistence.jaxb.api.score.PolymorphicScoreJaxbAdapter.JaxbAdaptedScore,org.optaplanner.core.api.score.Score>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.optaplanner.persistence.jaxb.api.score.PolymorphicScoreJaxbAdapter.JaxbAdaptedScoremarshal(org.optaplanner.core.api.score.Score score) org.optaplanner.core.api.score.Scoreunmarshal(org.optaplanner.persistence.jaxb.api.score.PolymorphicScoreJaxbAdapter.JaxbAdaptedScore jaxbAdaptedScore)
-
Constructor Details
-
PolymorphicScoreJaxbAdapter
public PolymorphicScoreJaxbAdapter()
-
-
Method Details
-
unmarshal
public org.optaplanner.core.api.score.Score unmarshal(org.optaplanner.persistence.jaxb.api.score.PolymorphicScoreJaxbAdapter.JaxbAdaptedScore jaxbAdaptedScore) - Specified by:
unmarshalin classjakarta.xml.bind.annotation.adapters.XmlAdapter<org.optaplanner.persistence.jaxb.api.score.PolymorphicScoreJaxbAdapter.JaxbAdaptedScore,org.optaplanner.core.api.score.Score>
-
marshal
public org.optaplanner.persistence.jaxb.api.score.PolymorphicScoreJaxbAdapter.JaxbAdaptedScore marshal(org.optaplanner.core.api.score.Score score) - Specified by:
marshalin classjakarta.xml.bind.annotation.adapters.XmlAdapter<org.optaplanner.persistence.jaxb.api.score.PolymorphicScoreJaxbAdapter.JaxbAdaptedScore,org.optaplanner.core.api.score.Score>
-