Uses of Interface
com.sun.xml.bind.v2.model.annotation.AnnotationReader
-
Packages that use AnnotationReader Package Description com.sun.tools.jxc.ap Annotation Processing related code.com.sun.xml.bind.v2.model.annotation Abstraction around reading annotations, to support internal/external annotations.com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans.com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. -
-
Uses of AnnotationReader in com.sun.tools.jxc.ap
Classes in com.sun.tools.jxc.ap that implement AnnotationReader Modifier and Type Class Description class
InlineAnnotationReaderImpl
AnnotationReader
implementation that reads annotation inline from Annoation Processing. -
Uses of AnnotationReader in com.sun.xml.bind.v2.model.annotation
Subinterfaces of AnnotationReader in com.sun.xml.bind.v2.model.annotation Modifier and Type Interface Description interface
RuntimeAnnotationReader
Classes in com.sun.xml.bind.v2.model.annotation that implement AnnotationReader Modifier and Type Class Description class
AbstractInlineAnnotationReaderImpl<T,C,F,M>
AnnotationReader
that reads annotation from classes, not from external binding files.class
RuntimeInlineAnnotationReader
AnnotationReader
that usesjava.lang.reflect
to read annotations from class files. -
Uses of AnnotationReader in com.sun.xml.bind.v2.model.core
Constructors in com.sun.xml.bind.v2.model.core with parameters of type AnnotationReader Constructor Description 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 AnnotationReader in com.sun.xml.bind.v2.model.impl
Fields in com.sun.xml.bind.v2.model.impl declared as AnnotationReader Modifier and Type Field Description AnnotationReader<T,C,F,M>
ModelBuilder. reader
Methods in com.sun.xml.bind.v2.model.impl that return AnnotationReader Modifier and Type Method Description AnnotationReader<T,C,F,M>
ModelBuilder. getReader()
AnnotationReader<T,C,F,M>
ModelBuilderI. getReader()
Constructors in com.sun.xml.bind.v2.model.impl with parameters of type AnnotationReader Constructor Description ModelBuilder(AnnotationReader<T,C,F,M> reader, Navigator<T,C,F,M> navigator, Map<C,C> subclassReplacements, String defaultNamespaceRemap)
-