| Package | Description |
|---|---|
| org.jboss.weld.injection | |
| org.jboss.weld.introspector | |
| org.jboss.weld.introspector.jlr |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorInjectionPoint<T> |
class |
MethodInjectionPoint<T,X> |
class |
ProxyClassConstructorInjectionPointWrapper<T>
A wrapper on a
ConstructorInjectionPoint, to be used if a proxy subclass is instantiated instead of the
original (e.g. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WeldConstructor<T>
Represents a Class Constructor
|
interface |
WeldMethod<T,X>
AnnotatedType provides a uniform access to the annotations on an annotated
class defined either in Java or XML
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingWeldConstructor<T> |
class |
ForwardingWeldMethod<T,X> |
| Modifier and Type | Method and Description |
|---|---|
WeldCallable<?,X,?> |
WeldParameter.getDeclaringWeldCallable() |
WeldCallable<?,X,?> |
ForwardingWeldParameter.getDeclaringWeldCallable() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWeldCallable<T,X,S extends java.lang.reflect.Member> |
class |
WeldConstructorImpl<T>
Represents an annotated constructor
This class is immutable, and therefore threadsafe
|
class |
WeldMethodImpl<T,X>
Represents an annotated method
This class is immutable and therefore threadsafe
|
| Modifier and Type | Method and Description |
|---|---|
WeldCallable<?,X,?> |
WeldParameterImpl.getDeclaringWeldCallable() |
| Modifier and Type | Method and Description |
|---|---|
static <T,X> WeldParameter<T,X> |
WeldParameterImpl.of(java.lang.annotation.Annotation[] annotations,
java.lang.Class<T> rawType,
java.lang.reflect.Type type,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer) |
static <T,X> WeldParameter<T,X> |
WeldParameterImpl.of(java.util.Set<java.lang.annotation.Annotation> annotations,
java.lang.Class<T> rawType,
java.lang.reflect.Type type,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer) |
| Constructor and Description |
|---|
WeldParameterImpl(java.lang.annotation.Annotation[] annotations,
java.lang.Class<T> rawType,
java.lang.reflect.Type type,
LazyValueHolder<java.util.Set<java.lang.reflect.Type>> typeClosure,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer)
Constructor
|
Copyright © 2014 Seam Framework. All Rights Reserved.