Package javax.xml.bind.annotation.adapters
package javax.xml.bind.annotation.adapters
XmlAdapter and its spec-defined
sub-classes to allow arbitrary Java classes to be used with JAXB.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:- The JAXB Website
-
ClassDescriptionBuilt-in
XmlAdapterto handle xs:token and its derived types.XmlAdapterfor xs:hexBinary.XmlAdapterto handle xs:normalizedString.XmlAdapter<ValueType,BoundType> Adapts a Java type for custom marshaling.Use an adapter that implementsXmlAdapterfor custom marshaling.Used inXmlJavaTypeAdapter.type()to signal that the type be inferred from the signature of the field, property, parameter or the class.A container for multiple @XmlJavaTypeAdapterannotations.