com.sun.xml.bind.v2.model.core
public class Adapter<TypeT,ClassDeclT> extends Object
Field Summary | |
---|---|
ClassDeclT | adapterType
The adapter class. |
TypeT | customType
The type that is stored in memory.
|
TypeT | defaultType
The type that the JAXB can handle natively.
|
Constructor Summary | |
---|---|
Adapter(XmlJavaTypeAdapter spec, AnnotationReader<TypeT,ClassDeclT,?,?> reader, Navigator<TypeT,ClassDeclT,?,?> nav) | |
Adapter(ClassDeclT adapterType, Navigator<TypeT,ClassDeclT,?,?> nav) |