Package | Description |
---|---|
org.jboss.weld.annotated.enhanced | |
org.jboss.weld.annotated.enhanced.jlr | |
org.jboss.weld.injection | |
org.jboss.weld.util.annotated |
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 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(javax.enterprise.inject.spi.AnnotatedParameter<X> annotatedParameter,
EnhancedAnnotatedCallable<?,X,?> declaringMember,
ClassTransformer classTransformer) |
Constructor and Description |
---|
EnhancedAnnotatedParameterImpl(javax.enterprise.inject.spi.AnnotatedParameter<X> annotatedParameter,
EnhancedAnnotatedCallable<?,X,?> declaringMember,
Map<Class<? extends Annotation>,Annotation> annotationMap,
ClassTransformer classTransformer)
Constructor
|
Modifier and Type | Method and Description |
---|---|
<X> List<ParameterInjectionPoint<?,X>> |
InjectionPointFactory.getParameterInjectionPoints(EnhancedAnnotatedCallable<?,X,?> callable,
javax.enterprise.inject.spi.Bean<?> declaringBean,
Class<?> declaringComponentClass,
BeanManagerImpl manager,
boolean observerOrDisposer) |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingWeldConstructor<T> |
class |
ForwardingWeldMethod<T,X> |
Modifier and Type | Method and Description |
---|---|
EnhancedAnnotatedCallable<?,X,?> |
ForwardingWeldParameter.getDeclaringEnhancedCallable() |
Copyright © 2016. All rights reserved.