Uses of Interface
javax.enterprise.inject.spi.InjectionPoint
Packages that use InjectionPoint
-
Uses of InjectionPoint in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return InjectionPointModifier and TypeMethodDescriptionBeanManager.createInjectionPoint
(AnnotatedField<?> field) Obtains a container provided implementation ofInjectionPoint
for the givenAnnotatedField
.BeanManager.createInjectionPoint
(AnnotatedParameter<?> parameter) Obtains a container provided implementation ofInjectionPoint
for the givenAnnotatedParameter
.EventMetadata.getInjectionPoint()
Get theInjectionPoint
representing the injectedEvent
instance which fired the event, ornull
if it was fired fromBeanManager.fireEvent(Object, Annotation...)
;ProcessInjectionPoint.getInjectionPoint()
Methods in javax.enterprise.inject.spi that return types with arguments of type InjectionPointModifier and TypeMethodDescriptionBean.getInjectionPoints()
Obtains theInjectionPoint
objects representing injection points of the bean, that will be validated by the container at initialization time.Producer.getInjectionPoints()
Returns the set of allInjectionPoints
.Methods in javax.enterprise.inject.spi with parameters of type InjectionPointModifier and TypeMethodDescriptionBeanManager.getInjectableReference
(InjectionPoint ij, CreationalContext<?> ctx) Obtains an injectable reference for a certain injection point.void
ProcessInjectionPoint.setInjectionPoint
(InjectionPoint injectionPoint) Replaces the InjectionPoint.void
BeanManager.validate
(InjectionPoint injectionPoint) Validate a certain injection point.