Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
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 {@link 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.
|
Copyright © 2008-2014 JBoss by Red Hat, Inc.. All Rights Reserved.