|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationStore | |
---|---|
org.jboss.webbeans.introspector | |
org.jboss.webbeans.introspector.jlr |
Uses of AnnotationStore in org.jboss.webbeans.introspector |
---|
Methods in org.jboss.webbeans.introspector that return AnnotationStore | |
---|---|
AnnotationStore |
AnnotatedItem.getAnnotationStore()
|
AnnotationStore |
ForwardingAnnotatedItem.getAnnotationStore()
|
AnnotationStore |
WrappedAnnotatedParameter.getAnnotationStore()
|
AnnotationStore |
WrappedAnnotatedClass.getAnnotationStore()
|
AnnotationStore |
WrappedAnnotatedField.getAnnotationStore()
|
AnnotationStore |
WrappedAnnotatedMethod.getAnnotationStore()
|
static AnnotationStore |
AnnotationStore.of(java.lang.reflect.AnnotatedElement annotatedElement)
Build an AnnotatedItemHelper from a class |
static AnnotationStore |
AnnotationStore.of(java.lang.annotation.Annotation[] annotations,
java.lang.annotation.Annotation[] declaredAnnotations)
|
static AnnotationStore |
AnnotationStore.wrap(AnnotationStore annotationStore,
java.util.Set<java.lang.annotation.Annotation> annotations,
java.util.Set<java.lang.annotation.Annotation> declaredAnnotations)
|
Methods in org.jboss.webbeans.introspector with parameters of type AnnotationStore | |
---|---|
static AnnotationStore |
AnnotationStore.wrap(AnnotationStore annotationStore,
java.util.Set<java.lang.annotation.Annotation> annotations,
java.util.Set<java.lang.annotation.Annotation> declaredAnnotations)
|
Uses of AnnotationStore in org.jboss.webbeans.introspector.jlr |
---|
Methods in org.jboss.webbeans.introspector.jlr that return AnnotationStore | |
---|---|
AnnotationStore |
AbstractAnnotatedItem.getAnnotationStore()
|
Constructors in org.jboss.webbeans.introspector.jlr with parameters of type AnnotationStore | |
---|---|
AbstractAnnotatedItem(AnnotationStore annotatedItemHelper)
|
|
AbstractAnnotatedItem(AnnotationStore annotatedItemHelper,
java.lang.Class<T> rawType,
java.lang.reflect.Type type)
Constructor Also builds the meta-annotation map. |
|
AbstractAnnotatedMember(AnnotationStore annotatedItemHelper,
java.lang.reflect.Member member,
java.lang.Class<T> rawType,
java.lang.reflect.Type type)
Constructor |
|
AbstractAnnotatedType(AnnotationStore annotatedItemHelper,
java.lang.Class<T> rawType,
java.lang.reflect.Type type,
ClassTransformer classTransformer)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |