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

Packages that use Navigator
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
com.sun.xml.bind.v2.model.impl   
com.sun.xml.bind.v2.model.nav Abstraction around the reflection library, to support various reflection models (such as java.lang.reflect and Annotation Processing). 
 

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(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)
           
 

Uses of Navigator in com.sun.xml.bind.v2.model.impl
 

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

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.