Uses of Interface
com.sun.xml.bind.v2.model.nav.Navigator

Packages that use Navigator
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. 
com.sun.xml.ws.model   
 

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
           
 

Methods in com.sun.xml.bind.v2.model.impl that return Navigator
 Navigator<T,C,F,M> ModelBuilder.getNavigator()
           
 Navigator<T,C,F,M> ModelBuilderI.getNavigator()
           
 

Methods in com.sun.xml.bind.v2.model.impl with parameters of type Navigator
static
<TypeT,ClassDeclT>
Map<TypeT,BuiltinLeafInfoImpl<TypeT,ClassDeclT>>
BuiltinLeafInfoImpl.createLeaves(Navigator<TypeT,ClassDeclT,?,?> nav)
          Creates all the BuiltinLeafInfoImpls as specified in the spec.
 

Constructors in com.sun.xml.bind.v2.model.impl with parameters of type Navigator
ModelBuilder(AnnotationReader<T,C,F,M> reader, Navigator<T,C,F,M> navigator, Map<C,C> subclassReplacements, String defaultNamespaceRemap)
           
 

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)
           
 

Uses of Navigator in com.sun.xml.ws.model
 

Constructors in com.sun.xml.ws.model with parameters of type Navigator
AbstractWrapperBeanGenerator(AnnotationReader<T,C,?,M> annReader, Navigator<T,C,?,M> nav, AbstractWrapperBeanGenerator.BeanMemberFactory<T,A> factory)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.