|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Navigator | |
---|---|
com.sun.tools.jxc.model.nav | |
com.sun.tools.xjc.model | Implementation of the com.sun.xml.bind.v2.model.core package for XJC. |
com.sun.tools.xjc.model.nav | Compile-time representation of Java type system. |
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.model.nav | Abstraction around the reflection library, to support various reflection models (such as java.lang.reflect and APT). |
com.sun.xml.bind.v2.schemagen | Schema generator. |
Uses of Navigator in com.sun.tools.jxc.model.nav |
---|
Classes in com.sun.tools.jxc.model.nav that implement Navigator | |
---|---|
class |
APTNavigator
Navigator implementation for APT. |
Uses of Navigator in com.sun.tools.xjc.model |
---|
Methods in com.sun.tools.xjc.model that return Navigator | |
---|---|
Navigator<NType,NClass,Void,Void> |
Model.getNavigator()
|
Uses of Navigator in com.sun.tools.xjc.model.nav |
---|
Classes in com.sun.tools.xjc.model.nav that implement Navigator | |
---|---|
class |
NavigatorImpl
Navigator implementation for XJC. |
Uses of Navigator in com.sun.xml.bind.v2.model.annotation |
---|
Constructors in com.sun.xml.bind.v2.model.annotation with parameters of type Navigator | |
---|---|
ClassLocatable(Locatable upstream,
C clazz,
Navigator<?,C,?,?> nav)
|
|
FieldLocatable(Locatable upstream,
F field,
Navigator<?,?,F,?> nav)
|
|
MethodLocatable(Locatable upstream,
M method,
Navigator<?,?,?,M> nav)
|
Uses of Navigator in com.sun.xml.bind.v2.model.core |
---|
Methods in com.sun.xml.bind.v2.model.core that return Navigator | |
---|---|
Navigator<T,C,F,M> |
TypeInfoSet.getNavigator()
Navigator for this model. |
Constructors in com.sun.xml.bind.v2.model.core with parameters of type Navigator | |
---|---|
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)
|
Uses of Navigator in com.sun.xml.bind.v2.model.impl |
---|
Fields in com.sun.xml.bind.v2.model.impl declared as Navigator | |
---|---|
Navigator<T,C,F,M> |
ModelBuilder.nav
|
Navigator<T,C,F,M> |
TypeInfoSetImpl.nav
|
Methods in com.sun.xml.bind.v2.model.impl that return Navigator | |
---|---|
Navigator<T,C,F,M> |
TypeInfoSetImpl.getNavigator()
|
protected Navigator<TypeT,ClassDeclT,FieldT,MethodT> |
TypeInfoImpl.nav()
|
protected Navigator<T,C,F,M> |
PropertyInfoImpl.nav()
|
Methods in com.sun.xml.bind.v2.model.impl with parameters of type Navigator | ||
---|---|---|
static
|
BuiltinLeafInfoImpl.createLeaves(Navigator<TypeT,ClassDeclT,?,?> nav)
Creates all the BuiltinLeafInfoImpl s as specified in the spec. |
Constructors in com.sun.xml.bind.v2.model.impl with parameters of type Navigator | |
---|---|
AnyTypeImpl(Navigator<T,C,?,?> nav)
|
|
ModelBuilder(AnnotationReader<T,C,F,M> reader,
Navigator<T,C,F,M> navigator,
Map<C,C> subclassReplacements,
String defaultNamespaceRemap)
|
|
TypeInfoSetImpl(Navigator<T,C,F,M> nav,
AnnotationReader<T,C,F,M> reader,
Map<T,? extends BuiltinLeafInfoImpl<T,C>> leaves)
|
Uses of Navigator in com.sun.xml.bind.v2.model.nav |
---|
Classes in com.sun.xml.bind.v2.model.nav that implement Navigator | |
---|---|
class |
ReflectionNavigator
Navigator implementation for java.lang.reflect . |
Uses of Navigator in com.sun.xml.bind.v2.schemagen |
---|
Constructors in com.sun.xml.bind.v2.schemagen with parameters of type Navigator | |
---|---|
XmlSchemaGenerator(Navigator<T,C,F,M> navigator,
TypeInfoSet<T,C,F,M> types)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |