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(Class<X> javaClass,
SharedObjectCache sharedObjectCache,
ReflectionCache reflectionCache,
String contextId,
String bdaId) |
static <X> BackedAnnotatedType<X> |
BackedAnnotatedType.of(Class<X> javaClass,
Type baseType,
SharedObjectCache sharedObjectCache,
ReflectionCache reflectionCache,
String contextId,
String bdaId) |
Modifier and Type | Method and Description |
---|---|
static <X> javax.enterprise.inject.spi.AnnotatedConstructor<X> |
BackedAnnotatedConstructor.of(Constructor<X> constructor,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
static <X,Y extends X> |
BackedAnnotatedField.of(Field field,
BackedAnnotatedType<Y> declaringType,
SharedObjectCache sharedObjectCache) |
static <X,Y extends X> |
BackedAnnotatedMethod.of(Method method,
BackedAnnotatedType<Y> declaringType,
SharedObjectCache sharedObjectCache) |
Constructor and Description |
---|
BackedAnnotatedCallable(M member,
Type baseType,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
BackedAnnotatedConstructor(Constructor<X> constructor,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
BackedAnnotatedField(Type baseType,
Field field,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
BackedAnnotatedMember(Type baseType,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
BackedAnnotatedMemberSerializationProxy(BackedAnnotatedType<X> type,
AbstractSerializableHolder<? extends Member> memberHolder) |
BackedAnnotatedMethod(Method method,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
Modifier and Type | Method and Description |
---|---|
boolean |
RequiredAnnotationDiscovery.containsAnnotation(BackedAnnotatedType<?> annotatedType,
Class<? extends Annotation> requiredAnnotation)
Indicates whether the given class contains an annotation of the given annotation type.
|
protected boolean |
ProcessAnnotatedTypeEventResolvable.containsAnnotation(BackedAnnotatedType<?> annotatedType,
Collection<Class<? extends Annotation>> requiredAnnotations) |
Modifier and Type | Method and Description |
---|---|
<T> BackedAnnotatedType<T> |
ClassTransformer.getBackedAnnotatedType(Class<T> rawType,
String bdaId) |
<T> BackedAnnotatedType<T> |
ClassTransformer.getBackedAnnotatedType(Class<T> rawType,
Type baseType,
String bdaId) |
Copyright © 2016. All rights reserved.