Module jakarta.xml.bind
Package jakarta.xml.bind.annotation.adapters
package jakarta.xml.bind.annotation.adapters
XmlAdapter and its spec-defined subclasses to allow arbitrary Java
classes to be used with Jakarta XML Binding.
References in this document to JAXB refer to the Jakarta XML Binding unless otherwise noted.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
- See Also:
-
ClassDescriptionBuilt-in XmlAdapter to handle
xs:tokenand its derived types.XmlAdapter forxs:hexBinary.XmlAdapter to handlexs:normalizedString.XmlAdapter<ValueType,BoundType> Adapts a Java type for custom marshaling.Use an adapter that implements XmlAdapter for custom marshaling.Used in XmlJavaTypeAdapter.type() to signal that the type be inferred from the signature of the field, property, parameter or the class.A container for multiple @XmlJavaTypeAdapter annotations.