Uses of Interface
javax.enterprise.inject.spi.InjectionPoint
Packages that use InjectionPoint
Package
Description
The portable extension integration SPI.
-
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. -
Uses of InjectionPoint in javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator with parameters of type InjectionPointModifier and TypeMethodDescriptionBeanConfigurator.addInjectionPoint
(InjectionPoint injectionPoint) Add an InjectionPoint to the configured beanBeanConfigurator.addInjectionPoints
(InjectionPoint... injectionPoints) Add InjectionPoints to the configured beanBeanConfigurator.injectionPoints
(InjectionPoint... injectionPoints) Replace InjectionPoints for the configured beanMethod parameters in javax.enterprise.inject.spi.configurator with type arguments of type InjectionPointModifier and TypeMethodDescriptionBeanConfigurator.addInjectionPoints
(Set<InjectionPoint> injectionPoints) Add InjectionPoints to the configured beanBeanConfigurator.injectionPoints
(Set<InjectionPoint> injectionPoints) Replace InjectionPoints for the configured bean