|
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
Package javax.xml.bind.annotation.adapters
XmlAdapter and its spec-defined
sub-classes to allow arbitrary Java classes to be used with JAXB.
See: Description
| Class Summary | |
|---|---|
| CollapsedStringAdapter | Built-in XmlAdapter to handle xs:token and its derived types. |
| HexBinaryAdapter | XmlAdapter for xs:hexBinary. |
| NormalizedStringAdapter | XmlAdapter to handle xs:normalizedString. |
| XmlAdapter<ValueType,BoundType> | Adapts a Java type for custom marshaling. |
| XmlJavaTypeAdapter.DEFAULT | Used in XmlJavaTypeAdapter.type() to
signal that the type be inferred from the signature
of the field, property, parameter or the class. |
| Annotation Types Summary | |
|---|---|
| XmlJavaTypeAdapter | Use an adapter that implements XmlAdapter for custom marshaling. |
| XmlJavaTypeAdapters |
A container for multiple @XmlJavaTypeAdapter annotations. |
Package javax.xml.bind.annotation.adapters Description
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
|
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
Submit a bug or feature
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.