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,?> |
ForwardingWeldParameter.getDeclaringWeldCallable() |
WeldCallable<?,X,?> |
WeldParameter.getDeclaringWeldCallable() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWeldCallable<T,X,S extends 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(Annotation[] annotations,
Class<T> rawType,
Type type,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer) |
static <T,X> WeldParameter<T,X> |
WeldParameterImpl.of(Set<Annotation> annotations,
Class<T> rawType,
Type type,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer) |
Constructor and Description |
---|
WeldParameterImpl(Annotation[] annotations,
Class<T> rawType,
Type type,
LazyValueHolder<Set<Type>> typeClosure,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer)
Constructor
|
Copyright © 2013 Seam Framework. All rights reserved.