Package org.dmg.pmml.adapters
Class ScoreDistributionAdapter
- java.lang.Object
-
- jakarta.xml.bind.annotation.adapters.XmlAdapter<ComplexScoreDistribution,ScoreDistribution>
-
- org.dmg.pmml.adapters.ScoreDistributionAdapter
-
public class ScoreDistributionAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<ComplexScoreDistribution,ScoreDistribution>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.ThreadLocal<ScoreDistributionTransformer>SCOREDISTRIBUTION_TRANSFORMER_PROVIDER
-
Constructor Summary
Constructors Constructor Description ScoreDistributionAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComplexScoreDistributionmarshal(ScoreDistribution scoreDistribution)ScoreDistributionunmarshal(ComplexScoreDistribution value)
-
-
-
Field Detail
-
SCOREDISTRIBUTION_TRANSFORMER_PROVIDER
public static final java.lang.ThreadLocal<ScoreDistributionTransformer> SCOREDISTRIBUTION_TRANSFORMER_PROVIDER
-
-
Method Detail
-
unmarshal
public ScoreDistribution unmarshal(ComplexScoreDistribution value)
- Specified by:
unmarshalin classjakarta.xml.bind.annotation.adapters.XmlAdapter<ComplexScoreDistribution,ScoreDistribution>
-
marshal
public ComplexScoreDistribution marshal(ScoreDistribution scoreDistribution)
- Specified by:
marshalin classjakarta.xml.bind.annotation.adapters.XmlAdapter<ComplexScoreDistribution,ScoreDistribution>
-
-