| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| Modifier and Type | Method | Description |
|---|---|---|
AnnotatedField<T> |
ProcessProducerField.getAnnotatedProducerField() |
Returns the
AnnotatedField representing the producer field. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<AnnotatedField<? super X>> |
AnnotatedType.getFields() |
Get the fields of the type.
|
| Modifier and Type | Method | Description |
|---|---|---|
InjectionPoint |
BeanManager.createInjectionPoint(AnnotatedField<?> field) |
Obtains a container provided implementation of
InjectionPoint for the given AnnotatedField. |
<X> ProducerFactory<X> |
BeanManager.getProducerFactory(AnnotatedField<? super X> field,
Bean<X> declaringBean) |
An implementation of
ProducerFactory that provides container created Producer instances for the given
field. |