-
- Direct Known Subclasses:
TrimAdapter
public class StringAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,String>
AnXmlAdapter
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 Summary
Constructors Constructor Description StringAdapter()
-