Uses of Interface
org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
Packages that use AnnotationReader
Package
Description
Annotation Processing related code.
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.
-
Uses of AnnotationReader in com.sun.tools.jxc.ap
Classes in com.sun.tools.jxc.ap that implement AnnotationReaderModifier and TypeClassDescriptionfinal classAnnotationReaderimplementation that reads annotation inline from Annoation Processing. -
Uses of AnnotationReader in org.glassfish.jaxb.core.v2.model.core
Constructors in org.glassfish.jaxb.core.v2.model.core with parameters of type AnnotationReaderModifierConstructorDescriptionAdapter(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 org.glassfish.jaxb.core.v2.model.impl
Methods in org.glassfish.jaxb.core.v2.model.impl that return AnnotationReader -
Uses of AnnotationReader in org.glassfish.jaxb.runtime.v2.model.annotation
Subinterfaces of AnnotationReader in org.glassfish.jaxb.runtime.v2.model.annotationClasses in org.glassfish.jaxb.runtime.v2.model.annotation that implement AnnotationReaderModifier and TypeClassDescriptionclassAbstractInlineAnnotationReaderImpl<T,C, F, M> AnnotationReaderthat reads annotation from classes, not from external binding files.final classAnnotationReaderthat usesjava.lang.reflectto read annotations from class files. -
Uses of AnnotationReader in org.glassfish.jaxb.runtime.v2.model.impl
Fields in org.glassfish.jaxb.runtime.v2.model.impl declared as AnnotationReaderMethods in org.glassfish.jaxb.runtime.v2.model.impl that return AnnotationReaderConstructors in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type AnnotationReader -
Uses of AnnotationReader in org.jboss.jaxb.intros
Classes in org.jboss.jaxb.intros that implement AnnotationReaderModifier and TypeClassDescriptionclassJAXB Annotation Reader for the JAXB RI context interface.