| Package | Description |
|---|---|
| org.jboss.weld.annotated.enhanced | |
| org.jboss.weld.annotated.enhanced.jlr | |
| org.jboss.weld.injection |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EnhancedAnnotatedConstructor<T>
Represents a Class Constructor
|
interface |
EnhancedAnnotatedMethod<T,X>
AnnotatedType provides a uniform access to the annotations on an annotated
class defined either in Java or XML
|
| Modifier and Type | Method and Description |
|---|---|
EnhancedAnnotatedCallable<?,X,?> |
EnhancedAnnotatedParameter.getDeclaringEnhancedCallable() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEnhancedAnnotatedCallable<T,X,S extends java.lang.reflect.Member> |
class |
EnhancedAnnotatedConstructorImpl<T>
Represents an annotated constructor
This class is immutable, and therefore threadsafe
|
class |
EnhancedAnnotatedMethodImpl<T,X>
Represents an annotated method
This class is immutable and therefore threadsafe
|
| Modifier and Type | Method and Description |
|---|---|
EnhancedAnnotatedCallable<?,X,?> |
EnhancedAnnotatedParameterImpl.getDeclaringEnhancedCallable() |
| Modifier and Type | Method and Description |
|---|---|
static <T,X> EnhancedAnnotatedParameter<T,X> |
EnhancedAnnotatedParameterImpl.of(AnnotatedParameter<X> annotatedParameter,
EnhancedAnnotatedCallable<?,X,?> declaringMember,
ClassTransformer classTransformer) |
| Constructor and Description |
|---|
EnhancedAnnotatedParameterImpl(AnnotatedParameter<X> annotatedParameter,
EnhancedAnnotatedCallable<?,X,?> declaringMember,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> annotationMap,
ClassTransformer classTransformer)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
<X> java.util.List<ParameterInjectionPoint<?,X>> |
InjectionPointFactory.getParameterInjectionPoints(EnhancedAnnotatedCallable<?,X,?> callable,
Bean<?> declaringBean,
java.lang.Class<?> declaringComponentClass,
BeanManagerImpl manager,
boolean observerOrDisposer) |
Copyright © 2014. All Rights Reserved.