| Package | Description |
|---|---|
| javax.enterprise.inject.spi | |
| javax.enterprise.inject.spi.configurator |
| Modifier and Type | Method and Description |
|---|---|
InjectionPointConfigurator |
ProcessInjectionPoint.configureInjectionPoint()
Creates a new configurator for this injection point
initialised with the information from the processed injectionPoint
You can only either use
ProcessInjectionPoint.setInjectionPoint(InjectionPoint) or
ProcessInjectionPoint.configureInjectionPoint() |
| Modifier and Type | Method and Description |
|---|---|
InjectionPointConfigurator |
InjectionPointConfigurator.addQualifier(Annotation qualifier)
Add the qualifier to the InjectionPoint to build
|
InjectionPointConfigurator |
InjectionPointConfigurator.addQualifiers(Annotation... qualifiers)
Add all the qualifiers to the InjectionPoint to build
|
InjectionPointConfigurator |
InjectionPointConfigurator.addQualifiers(Set<Annotation> qualifiers)
Add all the qualifiers to the InjectionPoint to build
|
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.transientField(boolean trans)
Change the transient status of the built InjectionPoint.
|
InjectionPointConfigurator |
InjectionPointConfigurator.type(Type requiredType)
Set the required
Type (that will be used during typesafe resolution)
of the InjectionPoint to build. |
Copyright © 2021. All rights reserved.