| Package | Description |
|---|---|
| javax.enterprise.inject.spi | |
| javax.enterprise.inject.spi.configurator |
| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
BeanManager.createInjectionPoint(AnnotatedField<?> field)
Create an
InjectionPoint for an annotated field. |
InjectionPoint |
BeanManager.createInjectionPoint(AnnotatedParameter<?> parameter)
Create an
InjectionPoint for an annotated parameter. |
InjectionPoint |
ProcessInjectionPoint.getInjectionPoint() |
InjectionPoint |
EventMetadata.getInjectionPoint() |
| Modifier and Type | Method and Description |
|---|---|
Set<InjectionPoint> |
Bean.getInjectionPoints()
Returns all injection points of this bean.
|
Set<InjectionPoint> |
Producer.getInjectionPoints()
Its result depends on bean type.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
BeanManager.getInjectableReference(InjectionPoint injectionPoint,
CreationalContext<?> ctx)
Gets injection point bean reference.
|
void |
ProcessInjectionPoint.setInjectionPoint(InjectionPoint injectionPoint)
Replace the original InjectionPoint point with the given one.
|
void |
BeanManager.validate(InjectionPoint injectionPoint)
Validates 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 © 2025. All rights reserved.