Uses of Interface
org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
-
Packages that use AnnotationReader 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 AnnotationReader in org.glassfish.jaxb.core.v2.model.core
Constructors in org.glassfish.jaxb.core.v2.model.core with parameters of type AnnotationReader Constructor Description 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 AnnotationReader in org.glassfish.jaxb.core.v2.model.impl
Methods in org.glassfish.jaxb.core.v2.model.impl that return AnnotationReader Modifier and Type Method Description AnnotationReader<T,C,F,M>ModelBuilderI. getReader()
-