| Package | Description | 
|---|---|
| javax.enterprise.inject.spi | 
 The portable extension integration SPI. 
 | 
| javax.enterprise.inject.spi.configurator | 
| Modifier and Type | Method and Description | 
|---|---|
InjectionPoint | 
BeanManager.createInjectionPoint(AnnotatedField<?> field)
Obtains a container provided implementation of  
InjectionPoint for the given AnnotatedField. | 
InjectionPoint | 
BeanManager.createInjectionPoint(AnnotatedParameter<?> parameter)
Obtains a container provided implementation of  
InjectionPoint for the given AnnotatedParameter. | 
InjectionPoint | 
ProcessInjectionPoint.getInjectionPoint()  | 
InjectionPoint | 
EventMetadata.getInjectionPoint()
Get the  
InjectionPoint representing the injected Event instance which fired the event, or
 null if it was fired from BeanManager.fireEvent(Object, Annotation...); | 
| Modifier and Type | Method and Description | 
|---|---|
Set<InjectionPoint> | 
Producer.getInjectionPoints()
 Returns the set of all  
InjectionPoints. | 
Set<InjectionPoint> | 
Bean.getInjectionPoints()
Obtains the  
InjectionPoint objects representing injection points of the bean, that
 will be validated by the container at initialization time. | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
BeanManager.getInjectableReference(InjectionPoint ij,
                      CreationalContext<?> ctx)
 Obtains an injectable reference for a certain injection point. 
 | 
void | 
ProcessInjectionPoint.setInjectionPoint(InjectionPoint injectionPoint)
Replaces the InjectionPoint. 
 | 
void | 
BeanManager.validate(InjectionPoint injectionPoint)
Validate a certain injection point. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BeanConfigurator<T> | 
BeanConfigurator.addInjectionPoint(InjectionPoint injectionPoint)
Add an InjectionPoint to the configured bean 
 | 
BeanConfigurator<T> | 
BeanConfigurator.addInjectionPoints(InjectionPoint... injectionPoints)
Add InjectionPoints to the configured bean 
 | 
BeanConfigurator<T> | 
BeanConfigurator.injectionPoints(InjectionPoint... injectionPoints)
Replace InjectionPoints for the configured bean 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BeanConfigurator<T> | 
BeanConfigurator.addInjectionPoints(Set<InjectionPoint> injectionPoints)
Add InjectionPoints to the configured bean 
 | 
BeanConfigurator<T> | 
BeanConfigurator.injectionPoints(Set<InjectionPoint> injectionPoints)
Replace InjectionPoints for the configured bean 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.