| Package | Description | 
|---|---|
| javax.enterprise.inject.spi | 
 The portable extension integration SPI. 
 | 
| javax.enterprise.inject.spi.configurator | 
| 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 | 
|---|---|
AnnotatedParameter<T> | 
AnnotatedParameterConfigurator.getAnnotated()  | 
| Modifier and Type | Method and Description | 
|---|---|
default Stream<AnnotatedParameterConfigurator<T>> | 
AnnotatedMethodConfigurator.filterParams(Predicate<AnnotatedParameter<T>> predicate)  | 
default Stream<AnnotatedParameterConfigurator<T>> | 
AnnotatedConstructorConfigurator.filterParams(Predicate<AnnotatedParameter<T>> predicate)  | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.