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 | 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 | Description |
---|---|---|
Navigator<T,C,F,M> |
TypeInfoSet.getNavigator() |
Navigator for this model. |
Constructor | Description |
---|---|
Adapter(ClassDeclT adapterType,
Navigator<TypeT,ClassDeclT,?,?> nav) |
|
Adapter(javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter spec,
AnnotationReader<TypeT,ClassDeclT,?,?> reader,
Navigator<TypeT,ClassDeclT,?,?> nav) |
|
Ref(AnnotationReader<T,C,?,?> reader,
Navigator<T,C,?,?> nav,
T type,
javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter xjta,
javax.xml.bind.annotation.XmlList xl) |
Modifier and Type | Field | Description |
---|---|---|
Navigator<T,C,F,M> |
ModelBuilder.nav |
Modifier and Type | Method | Description |
---|---|---|
Navigator<T,C,F,M> |
ModelBuilder.getNavigator() |
|
Navigator<T,C,F,M> |
ModelBuilderI.getNavigator() |
Modifier and Type | Method | Description |
---|---|---|
static <TypeT,ClassDeclT> |
BuiltinLeafInfoImpl.createLeaves(Navigator<TypeT,ClassDeclT,?,?> nav) |
Creates all the
BuiltinLeafInfoImpl s as specified in the spec. |
Constructor | Description |
---|---|
ModelBuilder(AnnotationReader<T,C,F,M> reader,
Navigator<T,C,F,M> navigator,
java.util.Map<C,C> subclassReplacements,
java.lang.String defaultNamespaceRemap) |
Constructor | Description |
---|---|
XmlSchemaGenerator(Navigator<T,C,F,M> navigator,
TypeInfoSet<T,C,F,M> types) |
Copyright © 2018 Oracle Corporation. All rights reserved.