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 ofInjectionPointfor the givenAnnotatedField.BeanManager.createInjectionPoint(AnnotatedParameter<?> parameter) Obtains a container provided implementation ofInjectionPointfor the givenAnnotatedParameter.EventMetadata.getInjectionPoint()Get theInjectionPointrepresenting the injectedEventinstance which fired the event, ornullif 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 theInjectionPointobjects 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.voidProcessInjectionPoint.setInjectionPoint(InjectionPoint injectionPoint) Replaces the InjectionPoint.voidBeanManager.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