API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.xml.bind.annotation.adapters
Author(s)
Since
Version
Serial
Description
  XmlAdapter and its spec-defined sub-classes to allow arbitrary Java classes to be used with JAXB.
See also:   
CollapsedStringAdapter View Source Built-in XmlAdapter to handle xs:token and its derived types.
HexBinaryAdapter View Source XmlAdapter for xs:hexBinary.
NormalizedStringAdapter View Source XmlAdapter to handle xs:normalizedString.
XmlAdapter View Source Adapts a Java type for custom marshaling.
XmlJavaTypeAdapter View Source Use an adapter that implements XmlAdapter for custom marshaling.
XmlJavaTypeAdapter.DEFAULT View Source Used in XmlJavaTypeAdapter.type() to signal that the type be inferred from the signature of the field, property, parameter or the class.
XmlJavaTypeAdapters View Source A container for multiple @XmlJavaTypeAdapter annotations.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar