Uses of Interface
org.glassfish.jaxb.core.v2.model.nav.Navigator
Packages that use Navigator
Package
Description
Implementation of the
org.glassfish.jaxb.core.v2.model.core package for XJC.
Compile-time representation of Java type system.
The in-memory model of the JAXB-bound beans.
Abstraction around reading annotations, to support internal/external annotations.
Implementation of the org.glassfish.jaxb.j2s.model package.
Schema generator.
-
Uses of Navigator in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return Navigator -
Uses of Navigator in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return NavigatorConstructors in org.glassfish.jaxb.core.v2.model.core with parameters of type NavigatorModifierConstructorDescriptionAdapter(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 org.glassfish.jaxb.core.v2.model.impl
Methods in org.glassfish.jaxb.core.v2.model.impl that return Navigator -
Uses of Navigator in org.glassfish.jaxb.runtime.v2.model.annotation
Constructors in org.glassfish.jaxb.runtime.v2.model.annotation with parameters of type NavigatorModifierConstructorDescriptionClassLocatable(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 org.glassfish.jaxb.runtime.v2.model.impl
Fields in org.glassfish.jaxb.runtime.v2.model.impl declared as NavigatorMethods in org.glassfish.jaxb.runtime.v2.model.impl that return NavigatorMethods in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type NavigatorModifier and TypeMethodDescriptionstatic <TypeT,ClassDeclT>
Map<TypeT,BuiltinLeafInfoImpl<TypeT, ClassDeclT>> BuiltinLeafInfoImpl.createLeaves(Navigator<TypeT, ClassDeclT, ?, ?> nav) Creates all the s as specified in the spec.Constructors in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type Navigator -
Uses of Navigator in org.glassfish.jaxb.runtime.v2.schemagen
Constructors in org.glassfish.jaxb.runtime.v2.schemagen with parameters of type Navigator