T - managed bean classX - declared type of the injection pointpublic interface ProcessInjectionPoint<T,X>
| Modifier and Type | Method and Description |
|---|---|
void |
addDefinitionError(Throwable t)
Adding definition error.
|
InjectionPointConfigurator |
configureInjectionPoint()
Creates a new configurator for this injection point
initialised with the information from the processed injectionPoint
You can only either use
setInjectionPoint(InjectionPoint) or
configureInjectionPoint() |
InjectionPoint |
getInjectionPoint() |
void |
setInjectionPoint(InjectionPoint injectionPoint)
Replace the original InjectionPoint point with the given one.
|
InjectionPoint getInjectionPoint()
void setInjectionPoint(InjectionPoint injectionPoint)
setInjectionPoint(InjectionPoint) or
configureInjectionPoint()injectionPoint - void addDefinitionError(Throwable t)
t - throwableInjectionPointConfigurator configureInjectionPoint()
setInjectionPoint(InjectionPoint) or
configureInjectionPoint()InjectionPointConfigurator to tweak the current InjectionPointCopyright © 2025. All rights reserved.