Uses of Interface
org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Packages that use Navigator Package Description com.sun.tools.jxc.model.nav com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.com.sun.tools.xjc.model.nav Compile-time representation of Java type system.org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans.org.glassfish.jaxb.core.v2.model.impl org.glassfish.jaxb.runtime.v2.model.annotation Abstraction around reading annotations, to support internal/external annotations.org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.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 Modifier and Type Class Description classApNavigatorNavigatorimplementation for annotation processing. -
Uses of Navigator in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return Navigator Modifier and Type Method Description 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 Modifier and Type Class Description classNavigatorImplNavigatorimplementation for XJC. -
Uses of Navigator in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return Navigator Modifier and Type Method Description Navigator<T,C,F,M>TypeInfoSet. getNavigator()Navigatorfor this model.Constructors in org.glassfish.jaxb.core.v2.model.core with parameters of type Navigator Constructor Description Adapter(ClassDeclT adapterType, Navigator<TypeT,ClassDeclT,?,?> nav)Adapter(jakarta.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, jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter xjta, jakarta.xml.bind.annotation.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 Modifier and Type Method Description Navigator<T,C,F,M>ModelBuilderI. getNavigator() -
Uses of Navigator in org.glassfish.jaxb.runtime.v2.model.annotation
Constructors in org.glassfish.jaxb.runtime.v2.model.annotation with parameters of type Navigator Constructor Description 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 org.glassfish.jaxb.runtime.v2.model.impl
Fields in org.glassfish.jaxb.runtime.v2.model.impl declared as Navigator Modifier and Type Field Description Navigator<T,C,F,M>ModelBuilder. navMethods in org.glassfish.jaxb.runtime.v2.model.impl that return Navigator Modifier and Type Method Description Navigator<T,C,F,M>ModelBuilder. getNavigator()Methods in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type Navigator Modifier and Type Method Description static <TypeT,ClassDeclT>
Map<TypeT,BuiltinLeafInfoImpl<TypeT,ClassDeclT>>BuiltinLeafInfoImpl. createLeaves(Navigator<TypeT,ClassDeclT,?,?> nav)Creates all theBuiltinLeafInfoImpls as specified in the spec.Constructors in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type Navigator Constructor Description ModelBuilder(AnnotationReader<T,C,F,M> reader, Navigator<T,C,F,M> navigator, Map<C,C> subclassReplacements, String defaultNamespaceRemap) -
Uses of Navigator in org.glassfish.jaxb.runtime.v2.schemagen
Constructors in org.glassfish.jaxb.runtime.v2.schemagen with parameters of type Navigator Constructor Description XmlSchemaGenerator(Navigator<T,C,F,M> navigator, TypeInfoSet<T,C,F,M> types)
-