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 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.