|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationReader | |
---|---|
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.xml.bind.v2.model.annotation |
---|
Subinterfaces of AnnotationReader in com.sun.xml.bind.v2.model.annotation | |
---|---|
interface |
RuntimeAnnotationReader
|
Classes in com.sun.xml.bind.v2.model.annotation that implement AnnotationReader | |
---|---|
class |
AbstractInlineAnnotationReaderImpl<T,C,F,M>
AnnotationReader that reads annotation from classes,
not from external binding files. |
class |
RuntimeInlineAnnotationReader
AnnotationReader that uses java.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 | |
---|---|
Adapter(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 AnnotationReader | |
---|---|
AnnotationReader<T,C,F,M> |
ModelBuilder.reader
|
AnnotationReader<TypeT,ClassDeclT,FieldT,MethodT> |
TypeInfoSetImpl.reader
|
Methods in com.sun.xml.bind.v2.model.impl that return AnnotationReader | |
---|---|
protected AnnotationReader<T,C,F,M> |
PropertyInfoImpl.reader()
|
protected AnnotationReader<TypeT,ClassDeclT,FieldT,MethodT> |
TypeInfoImpl.reader()
|
Methods in com.sun.xml.bind.v2.model.impl with parameters of type AnnotationReader | ||
---|---|---|
(package private) static
|
Util.calcSchemaType(AnnotationReader<T,C,F,M> reader,
AnnotationSource primarySource,
C enclosingClass,
T individualType,
Locatable src)
|
Constructors in com.sun.xml.bind.v2.model.impl with parameters of type AnnotationReader | |
---|---|
ModelBuilder(AnnotationReader<T,C,F,M> reader,
Navigator<T,C,F,M> navigator,
java.lang.String defaultNamespaceRemap)
|
|
RuntimeTypeInfoSetImpl(AnnotationReader<java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Field,java.lang.reflect.Method> reader)
|
|
TypeInfoSetImpl(Navigator<TypeT,ClassDeclT,FieldT,MethodT> nav,
AnnotationReader<TypeT,ClassDeclT,FieldT,MethodT> reader,
java.util.Map<TypeT,? extends BuiltinLeafInfoImpl<TypeT,ClassDeclT>> leaves)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |