| Package | Description |
|---|---|
| org.jboss.weld.annotated.enhanced |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.annotated.enhanced.jlr |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.injection |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.util.annotated |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| 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(AnnotatedParameter<X> annotatedParameter,
EnhancedAnnotatedCallable<?,X,?> declaringMember,
ClassTransformer classTransformer) |
| Constructor and Description |
|---|
EnhancedAnnotatedParameterImpl(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,
Bean<?> declaringBean,
Class<?> declaringComponentClass,
BeanManagerImpl manager,
boolean observerOrDisposer) |
| Constructor and Description |
|---|
MethodInjectionPoint(MethodInjectionPoint.MethodInjectionPointType methodInjectionPointType,
EnhancedAnnotatedCallable<T,X,Method> callable,
Bean<?> declaringBean,
Class<?> declaringComponentClass,
InjectionPointFactory factory,
BeanManagerImpl manager) |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingWeldConstructor<T> |
class |
ForwardingWeldMethod<T,X> |
| Modifier and Type | Method and Description |
|---|---|
EnhancedAnnotatedCallable<?,X,?> |
ForwardingWeldParameter.getDeclaringEnhancedCallable() |
Copyright © 2015. All Rights Reserved.