| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
| 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 |
EventMetadata.getInjectionPoint() |
InjectionPoint |
ProcessInjectionPoint.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.
|
Copyright © 2024. All rights reserved.