| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld.bootstrap.events | |
| org.jboss.weld.injection | |
| org.jboss.weld.introspector | |
| org.jboss.weld.introspector.jlr | |
| org.jboss.weld.util |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedParameter<T> |
ProcessProducerMethod.getAnnotatedDisposedParameter()
Returns the
AnnotatedParameter for
any matching injection point of the same type as the producer method
return type found on a disposal method. |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedParameter<X>> |
AnnotatedCallable.getParameters()
Get the parameters of the callable member.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedParameter<T> |
ProcessProducerMethodImpl.getAnnotatedDisposedParameter() |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterInjectionPoint<T,X> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WeldParameter<T,X>
AnnotatedParameter provides a uniform access to a method parameter defined
either in Java or XML
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingWeldParameter<T,X> |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedParameter<X>> |
ForwardingWeldMethod.getParameters() |
List<AnnotatedParameter<T>> |
ForwardingWeldConstructor.getParameters() |
| Modifier and Type | Class and Description |
|---|---|
class |
WeldParameterImpl<T,X>
Represents a parameter
This class is immutable and therefore threadsafe
|
| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedParameter<X>> |
WeldMethodImpl.getParameters() |
List<AnnotatedParameter<T>> |
WeldConstructorImpl.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
static <X> String |
AnnotatedTypes.createParameterId(AnnotatedParameter<X> annotatedParameter) |
| Modifier and Type | Method and Description |
|---|---|
static <X> String |
AnnotatedTypes.createConstructorId(Constructor<X> constructor,
Set<Annotation> annotations,
List<AnnotatedParameter<X>> parameters) |
static <X> String |
AnnotatedTypes.createMethodId(Method method,
Set<Annotation> annotations,
List<AnnotatedParameter<X>> parameters) |
static <X> String |
AnnotatedTypes.createParameterListId(List<AnnotatedParameter<X>> parameters) |
Copyright © 2013 Seam Framework. All Rights Reserved.