Package | Description |
---|---|
javax.enterprise.inject.spi |
Modifier and Type | Method and Description |
---|---|
Set<InjectionPoint> |
Producer.getInjectionPoints()
Its result depends on bean type.
|
Set<InjectionPoint> |
Bean.getInjectionPoints()
Returns all injection points of this bean.
|
Modifier and Type | Method and Description |
---|---|
Object |
BeanManager.getInjectableReference(InjectionPoint injectionPoint,
CreationalContext<?> ctx)
Gets injection point bean reference.
|
void |
BeanManager.validate(InjectionPoint injectionPoint)
Validates injection point.
|
Copyright © 2024. All rights reserved.