Uses of Interface
org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Packages that use Navigator Package Description org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans.org.glassfish.jaxb.core.v2.model.impl -
-
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()
-