API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.annotation.adapters. XmlJavaTypeAdapter View Source
Author(s)

Since
JAXB2.0
Version
$Revision: 1.9 $
Serial
Description
@Retention (value=RUNTIME)
@Target (value={PACKAGE, FIELD, METHOD, TYPE, PARAMETER})
public annotation XmlJavaTypeAdapter
  Use an adapter that implements XmlAdapter for custom marshaling.
See also:    XmlAdapter
Elements
type = javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter.DEFAULT.class
If this annotation is used at the package level, then value of the type() must be specified.
value [REQUIRED]
  Points to the clsss that converts a value type to a bound type or vice versa.
Nested Classes
  XmlJavaTypeAdapter.DEFAULT
Used in XmlJavaTypeAdapter.type() to signal that the type be inferred from the signature of the field, property, parameter or the class.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar