Uses of Class
com.sun.xml.bind.v2.model.nav.ReflectionNavigator

Packages that use ReflectionNavigator
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.model.runtime The specialization of com.sun.xml.bind.v2.model.core for the runtime. 
 

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

Methods in com.sun.xml.bind.v2.model.impl that return ReflectionNavigator
 ReflectionNavigator RuntimeModelBuilder.getNavigator()
           
 

Uses of ReflectionNavigator in com.sun.xml.bind.v2.model.nav
 

Fields in com.sun.xml.bind.v2.model.nav declared as ReflectionNavigator
static ReflectionNavigator Navigator.REFLECTION
          The singleton instance.
 

Uses of ReflectionNavigator in com.sun.xml.bind.v2.model.runtime
 

Methods in com.sun.xml.bind.v2.model.runtime that return ReflectionNavigator
 ReflectionNavigator RuntimeTypeInfoSet.getNavigator()