| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| javax.enterprise.inject.spi.builder |
| 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. |
AnnotatedParameter<T> |
ProcessProducerField.getAnnotatedDisposedParameter()
Returns the
AnnotatedParameter for any matching injection point of the same type as
the producer field 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 |
|---|---|
InjectionPoint |
BeanManager.createInjectionPoint(AnnotatedParameter<?> parameter)
Obtains a container provided implementation of
InjectionPoint for the given AnnotatedParameter. |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedTypeConfigurator<T> |
AnnotatedTypeConfigurator.addToParameter(AnnotatedParameter<? super T> parameter,
Annotation annotation)
Add an annotation to the specified parameter.
|
AnnotatedTypeConfigurator<T> |
AnnotatedTypeConfigurator.overrideParameterType(AnnotatedParameter<? super T> parameter,
Type type)
Override the declared type of a parameter.
|
InjectionPointConfigurator |
InjectionPointConfigurator.read(AnnotatedParameter<?> param)
Read the InjectionPoint information from the given
AnnotatedParameter. |
AnnotatedTypeConfigurator<T> |
AnnotatedTypeConfigurator.removeFromParameter(AnnotatedParameter<? super T> parameter,
Class<? extends Annotation> annotationType)
Remove an annotation from the specified parameter.
|
Copyright © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.