| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| javax.enterprise.inject.spi.builder |
| Modifier and Type | Method and Description |
|---|---|
InjectionPointConfigurator |
ProcessInjectionPoint.configureInjectionPoint()
Returns an
InjectionPointConfigurator initialized with the InjectionPoint processed by this event
to configure a new InjectionPoint that will replace the original one at the end of the observer invocation. |
| Modifier and Type | Method and Description |
|---|---|
InjectionPointConfigurator |
InjectionPointConfigurator.addQualifier(Annotation qualifier)
Add the qualifier to the InjectionPoint to build
If the builder declares the
Default qualifier, it's automatically removed. |
InjectionPointConfigurator |
InjectionPointConfigurator.addQualifiers(Annotation... qualifiers)
Add all the qualifiers to the InjectionPoint to build
If the builder declares the
Default qualifier, it's automatically removed. |
InjectionPointConfigurator |
InjectionPointConfigurator.addQualifiers(Set<Annotation> qualifiers)
Add all the qualifiers to the InjectionPoint to build
If the builder declares the
Default qualifier, it's automatically removed. |
InjectionPointConfigurator |
InjectionPointConfigurator.addStereotype(Class<? extends Annotation> stereotype)
Add a stereotype to the InjectionPoint
|
InjectionPointConfigurator |
InjectionPointConfigurator.addStereotypes(Set<Class<? extends Annotation>> stereotypes)
Add all the stereotypes to the InjectionPoint
|
InjectionPointConfigurator |
InjectionPointConfigurator.bean(Bean<?> bean)
Set the
Bean object representing the bean that defines the injection point. |
InjectionPointConfigurator |
InjectionPointBuilder.configure()
Give access to the builder configuration
|
InjectionPointConfigurator |
InjectionPointConfigurator.delegate(boolean delegate)
Change the delegate status of the built InjectionPoint.
|
InjectionPointConfigurator |
InjectionPointConfigurator.qualifiers(Annotation... qualifiers)
Replace all qualifiers.
|
InjectionPointConfigurator |
InjectionPointConfigurator.qualifiers(Set<Annotation> qualifiers)
Replace all qualifiers.
|
InjectionPointConfigurator |
InjectionPointConfigurator.read(AnnotatedField<?> field)
Read the InjectionPoint information from the given
AnnotatedField. |
InjectionPointConfigurator |
InjectionPointConfigurator.read(AnnotatedParameter<?> param)
Read the InjectionPoint information from the given
AnnotatedParameter. |
InjectionPointConfigurator |
InjectionPointConfigurator.read(Constructor<?> constructor,
int param)
Read the InjectionPoint information from the given
Constructor. |
InjectionPointConfigurator |
InjectionPointConfigurator.read(Field field)
Read the InjectionPoint information from the given
Field. |
InjectionPointConfigurator |
InjectionPointConfigurator.read(InjectionPoint delegate)
Read the InjectionPoint information from the given
InjectionPoint. |
InjectionPointConfigurator |
InjectionPointConfigurator.read(Method method,
int param)
Read the InjectionPoint information from the given
Method. |
InjectionPointConfigurator |
InjectionPointConfigurator.stereotypes(Set<Class<? extends Annotation>> stereotypes)
Replace all the stereotypes to the InjectionPoint
|
InjectionPointConfigurator |
InjectionPointConfigurator.transientField(boolean trans)
Change the transient status of the built InjectionPoint.
|
InjectionPointConfigurator |
InjectionPointConfigurator.type(Type type)
Set the
Type of the InjectionPoint to build. |
Copyright © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.