Uses of Interface
com.sun.xml.bind.v2.model.annotation.AnnotationReader
Packages that use AnnotationReader
Package
Description
Abstraction around reading annotations, to support internal/external annotations.
The in-memory model of the JAXB-bound beans.
Implementation of the com.sun.xml.bind.j2s.model package.
-
Uses of AnnotationReader in com.sun.xml.bind.v2.model.annotation
Subinterfaces of AnnotationReader in com.sun.xml.bind.v2.model.annotationClasses in com.sun.xml.bind.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 com.sun.xml.bind.v2.model.core
Constructors in com.sun.xml.bind.v2.model.core with parameters of type AnnotationReaderModifierConstructorDescriptionAdapter(javax.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, javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter xjta, javax.xml.bind.annotation.XmlList xl) -
Uses of AnnotationReader in com.sun.xml.bind.v2.model.impl
Fields in com.sun.xml.bind.v2.model.impl declared as AnnotationReaderMethods in com.sun.xml.bind.v2.model.impl that return AnnotationReaderModifier and TypeMethodDescriptionAnnotationReader<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 -
Uses of AnnotationReader in com.sun.xml.ws.model
Constructors in com.sun.xml.ws.model with parameters of type AnnotationReaderModifierConstructorDescriptionprotectedAbstractWrapperBeanGenerator(AnnotationReader<T, C, ?, M> annReader, Navigator<T, C, ?, M> nav, AbstractWrapperBeanGenerator.BeanMemberFactory<T, A> factory)