Uses of Interface
jakarta.enterprise.inject.spi.InjectionPoint
Package
Description
The portable extension integration SPI.
-
Uses of InjectionPoint in jakarta.enterprise.inject.spi
Modifier 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 eventProcessInjectionPoint.getInjectionPoint()
Modifier 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
.Modifier 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 jakarta.enterprise.inject.spi.configurator
Modifier 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 beanModifier and TypeMethodDescriptionBeanConfigurator.addInjectionPoints
(Set<InjectionPoint> injectionPoints) Add InjectionPoints to the configured beanBeanConfigurator.injectionPoints
(Set<InjectionPoint> injectionPoints) Replace InjectionPoints for the configured bean