| Package | Description |
|---|---|
| com.sun.xml.bind.v2.model.annotation |
Abstraction around reading annotations, to support internal/external annotations.
|
| com.sun.xml.bind.v2.model.core |
The in-memory model of the JAXB-bound beans.
|
| com.sun.xml.bind.v2.model.impl |
Implementation of the com.sun.xml.bind.j2s.model package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuntimeAnnotationReader |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInlineAnnotationReaderImpl<T,C,F,M>
AnnotationReader that reads annotation from classes,
not from external binding files. |
class |
RuntimeInlineAnnotationReader
AnnotationReader that uses java.lang.reflect to
read annotations from class files. |
| Constructor and Description |
|---|
Adapter(XmlJavaTypeAdapter spec,
AnnotationReader<TypeT,ClassDeclT,?,?> reader,
Navigator<TypeT,ClassDeclT,?,?> nav) |
Ref(AnnotationReader<T,C,?,?> reader,
Navigator<T,C,?,?> nav,
T type,
XmlJavaTypeAdapter xjta,
XmlList xl) |
| Modifier and Type | Field and Description |
|---|---|
AnnotationReader<T,C,F,M> |
ModelBuilder.reader |
| Modifier and Type | Method and Description |
|---|---|
AnnotationReader<T,C,F,M> |
ModelBuilder.getReader() |
AnnotationReader<T,C,F,M> |
ModelBuilderI.getReader() |
| Constructor and Description |
|---|
ModelBuilder(AnnotationReader<T,C,F,M> reader,
Navigator<T,C,F,M> navigator,
Map<C,C> subclassReplacements,
String defaultNamespaceRemap) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.