| Methods in org.jboss.weld.introspector that return AnnotationStore |
static AnnotationStore |
AnnotationStore.of(java.lang.reflect.AnnotatedElement annotatedElement,
java.util.Set<java.lang.annotation.Annotation> extraAnnotations,
java.util.Set<java.lang.annotation.Annotation> extraDeclaredAnnotations,
TypeStore typeStore)
|
static AnnotationStore |
AnnotationStore.of(java.lang.reflect.AnnotatedElement annotatedElement,
TypeStore typeStore)
Build an AnnotatedItemHelper from a class |
static AnnotationStore |
AnnotationStore.of(java.lang.annotation.Annotation[] annotations,
java.lang.annotation.Annotation[] declaredAnnotations,
TypeStore typeStore)
|
static AnnotationStore |
AnnotationStore.of(java.util.Set<java.lang.annotation.Annotation> annotations,
java.util.Set<java.lang.annotation.Annotation> declaredAnnotations,
TypeStore typeStore)
|
static AnnotationStore |
AnnotationStore.wrap(AnnotationStore annotationStore,
java.util.Set<java.lang.annotation.Annotation> annotations,
java.util.Set<java.lang.annotation.Annotation> declaredAnnotations,
TypeStore typeStore)
|
| Constructors in org.jboss.weld.introspector.jlr with parameters of type AnnotationStore |
AbstractWeldAnnotated(AnnotationStore annotatedItemHelper)
|
AbstractWeldAnnotated(AnnotationStore annotatedItemHelper,
java.lang.Class<T> rawType,
java.lang.reflect.Type type)
Constructor
Also builds the meta-annotation map. |
AbstractWeldCallable(AnnotationStore annotatedItemHelper,
java.lang.reflect.Member member,
java.lang.Class<T> rawType,
java.lang.reflect.Type type,
WeldClass<X> declaringType)
|
AbstractWeldMember(AnnotationStore annotatedItemHelper,
java.lang.reflect.Member member,
java.lang.Class<T> rawType,
java.lang.reflect.Type type,
WeldClass<X> declaringType)
Constructor |
WeldClassImpl(java.lang.Class<T> rawType,
java.lang.reflect.Type type,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
AnnotationStore annotationStore,
ClassTransformer classTransformer)
|