| 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.
|
| com.sun.xml.bind.v2.schemagen |
Schema generator.
|
| Constructor and Description |
|---|
ClassLocatable(Locatable upstream,
C clazz,
Navigator<?,C,?,?> nav) |
FieldLocatable(Locatable upstream,
F field,
Navigator<?,?,F,?> nav) |
MethodLocatable(Locatable upstream,
M method,
Navigator<?,?,?,M> nav) |
| Modifier and Type | Method and Description |
|---|---|
Navigator<T,C,F,M> |
TypeInfoSet.getNavigator()
Navigator for this model. |
| Constructor and Description |
|---|
Adapter(ClassDeclT adapterType,
Navigator<TypeT,ClassDeclT,?,?> nav) |
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 |
|---|---|
Navigator<T,C,F,M> |
ModelBuilder.nav |
| Modifier and Type | Method and Description |
|---|---|
Navigator<T,C,F,M> |
ModelBuilder.getNavigator() |
Navigator<T,C,F,M> |
ModelBuilderI.getNavigator() |
| Modifier and Type | Method and Description |
|---|---|
static <TypeT,ClassDeclT> |
BuiltinLeafInfoImpl.createLeaves(Navigator<TypeT,ClassDeclT,?,?> nav)
Creates all the
BuiltinLeafInfoImpls as specified in the spec. |
| Constructor and Description |
|---|
ModelBuilder(AnnotationReader<T,C,F,M> reader,
Navigator<T,C,F,M> navigator,
Map<C,C> subclassReplacements,
String defaultNamespaceRemap) |
| Constructor and Description |
|---|
XmlSchemaGenerator(Navigator<T,C,F,M> navigator,
TypeInfoSet<T,C,F,M> types) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.