Module org.jooq

Class StringAdapter

  • Direct Known Subclasses:
    TrimAdapter

    public class StringAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<String,​String>
    An XmlAdapter that implements useful features after parsing XML strings with JAXB.

    Supported features are:

    • [#2401] String-trimming, taking out whitespace from JAXB-bound XML content.
    • [#4550] Property expression resolution
    Author:
    Lukas Eder
    • Constructor Detail

      • StringAdapter

        public StringAdapter()