| Package | Description |
|---|---|
| org.jboss.weld.annotated.slim.backed | |
| org.jboss.weld.bootstrap.events | |
| org.jboss.weld.resources |
| Modifier and Type | Field and Description |
|---|---|
protected BackedAnnotatedType<X> |
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy.type |
| Modifier and Type | Method and Description |
|---|---|
BackedAnnotatedType<X> |
BackedAnnotatedMember.getDeclaringType() |
static <X> BackedAnnotatedType<X> |
BackedAnnotatedType.of(java.lang.Class<X> javaClass,
SharedObjectCache sharedObjectCache,
ReflectionCache reflectionCache,
java.lang.String contextId,
java.lang.String bdaId) |
static <X> BackedAnnotatedType<X> |
BackedAnnotatedType.of(java.lang.Class<X> javaClass,
java.lang.reflect.Type baseType,
SharedObjectCache sharedObjectCache,
ReflectionCache reflectionCache,
java.lang.String contextId,
java.lang.String bdaId) |
| Modifier and Type | Method and Description |
|---|---|
static <X> AnnotatedConstructor<X> |
BackedAnnotatedConstructor.of(java.lang.reflect.Constructor<X> constructor,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
static <X,Y extends X> |
BackedAnnotatedField.of(java.lang.reflect.Field field,
BackedAnnotatedType<Y> declaringType,
SharedObjectCache sharedObjectCache) |
static <X,Y extends X> |
BackedAnnotatedMethod.of(java.lang.reflect.Method method,
BackedAnnotatedType<Y> declaringType,
SharedObjectCache sharedObjectCache) |
| Constructor and Description |
|---|
BackedAnnotatedCallable(E executable,
java.lang.reflect.Type baseType,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
BackedAnnotatedConstructor(java.lang.reflect.Constructor<X> constructor,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
BackedAnnotatedField(java.lang.reflect.Type baseType,
java.lang.reflect.Field field,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
BackedAnnotatedMember(java.lang.reflect.Type baseType,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
BackedAnnotatedMemberSerializationProxy(BackedAnnotatedType<X> type,
AbstractSerializableHolder<? extends java.lang.reflect.Member> memberHolder) |
BackedAnnotatedMethod(java.lang.reflect.Method method,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RequiredAnnotationDiscovery.containsAnnotation(BackedAnnotatedType<?> annotatedType,
java.lang.Class<? extends java.lang.annotation.Annotation> requiredAnnotation)
Indicates whether the given class contains an annotation of the given annotation type.
|
protected boolean |
ProcessAnnotatedTypeEventResolvable.containsAnnotation(BackedAnnotatedType<?> annotatedType,
java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> requiredAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
<T> BackedAnnotatedType<T> |
ClassTransformer.getBackedAnnotatedType(java.lang.Class<T> rawType,
java.lang.String bdaId) |
<T> BackedAnnotatedType<T> |
ClassTransformer.getBackedAnnotatedType(java.lang.Class<T> rawType,
java.lang.reflect.Type baseType,
java.lang.String bdaId) |
Copyright © 2014. All Rights Reserved.