Class SimpleBigDecimalScoreJaxbAdapter


  • public class SimpleBigDecimalScoreJaxbAdapter
    extends AbstractScoreJaxbAdapter<SimpleBigDecimalScore>
    JAXB binding support for a Score type.

    For example: use @XmlJavaTypeAdapter(HardSoftScoreJaxbAdapter.class) on a HardSoftScore score field and it will marshalled to XML as <score>-999hard/-999soft</score>.

    • Constructor Detail

      • SimpleBigDecimalScoreJaxbAdapter

        public SimpleBigDecimalScoreJaxbAdapter()