Uses of Interface
jakarta.enterprise.inject.spi.InjectionPoint
Packages that use InjectionPoint
Package
Description
The portable extension integration SPI.
Classes for enabling Bean Validation CDI integration.
This package contains utility classes.
-
Uses of InjectionPoint in jakarta.enterprise.inject.spi
Methods in jakarta.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 eventProcessInjectionPoint.getInjectionPoint()Methods in jakarta.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 jakarta.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 jakarta.enterprise.inject.spi.configurator
Methods in jakarta.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 jakarta.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 -
Uses of InjectionPoint in org.hibernate.validator.cdi.internal
Methods in org.hibernate.validator.cdi.internal that return types with arguments of type InjectionPointModifier and TypeMethodDescriptionValidatorBean.getInjectionPoints()ValidatorFactoryBean.getInjectionPoints() -
Uses of InjectionPoint in org.infinispan.cdi.common.util
Classes in org.infinispan.cdi.common.util that implement InjectionPointMethods in org.infinispan.cdi.common.util that return InjectionPointModifier and TypeMethodDescriptionParameterValueRedefiner.ParameterValue.getInjectionPoint()Get theInjectionPointfor the parameter.Methods in org.infinispan.cdi.common.util that return types with arguments of type InjectionPointModifier and TypeMethodDescriptionstatic <X> List<InjectionPoint>Beans.createInjectionPoints(AnnotatedMethod<X> method, Bean<?> declaringBean, BeanManager beanManager) Given a method, and the bean on which the method is declared, create a collection of injection points representing the parameters of the method.AbstractImmutableBean.getInjectionPoints()BeanBuilder.getInjectionPoints()The injection points currently defined for bean creation.DummyInjectionTarget.getInjectionPoints()protected List<InjectionPoint>InjectableMethod.getParameters()Get the injectable parameters of this method.Methods in org.infinispan.cdi.common.util with parameters of type InjectionPointModifier and TypeMethodDescriptionstatic voidBeans.checkReturnValue(Object instance, Bean<?> bean, InjectionPoint injectionPoint, BeanManager beanManager) Method parameters in org.infinispan.cdi.common.util with type arguments of type InjectionPointModifier and TypeMethodDescriptionBeanBuilder.injectionPoints(Set<InjectionPoint> injectionPoints) Define the injection points used for bean creation.Constructor parameters in org.infinispan.cdi.common.util with type arguments of type InjectionPointModifierConstructorDescriptionInjectableMethod(AnnotatedMethod<X> method, Collection<InjectionPoint> parameters, BeanManager beanManager) Instantiate a newInjectableMethod. -
Uses of InjectionPoint in org.infinispan.cdi.remote
Methods in org.infinispan.cdi.remote with parameters of type InjectionPointModifier and TypeMethodDescription<K,V> RemoteCache<K, V> RemoteCacheProducer.getRemoteCache(InjectionPoint injectionPoint) Produces the remote cache. -
Uses of InjectionPoint in org.jboss.weld.bootstrap.event
Methods in org.jboss.weld.bootstrap.event with parameters of type InjectionPointModifier and TypeMethodDescriptionWeldBeanConfigurator.addInjectionPoint(InjectionPoint injectionPoint) WeldBeanConfigurator.addInjectionPoints(InjectionPoint... injectionPoints) WeldBeanConfigurator.injectionPoints(InjectionPoint... injectionPoints) Method parameters in org.jboss.weld.bootstrap.event with type arguments of type InjectionPointModifier and TypeMethodDescriptionWeldBeanConfigurator.addInjectionPoints(Set<InjectionPoint> injectionPoints) WeldBeanConfigurator.injectionPoints(Set<InjectionPoint> injectionPoints)