Uses of Interface
jakarta.enterprise.inject.spi.InjectionPoint
-
Packages that use InjectionPoint Package Description jakarta.enterprise.inject.spi The portable extension integration SPI.jakarta.enterprise.inject.spi.configurator org.hibernate.validator.cdi.internal Classes for enabling Bean Validation CDI integration.org.infinispan.cdi.common.util This package contains utility classes.org.infinispan.cdi.remote org.jboss.weld.bootstrap.event -
-
Uses of InjectionPoint in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return InjectionPoint Modifier and Type Method Description InjectionPointBeanManager. createInjectionPoint(AnnotatedField<?> field)Obtains a container provided implementation ofInjectionPointfor the givenAnnotatedField.InjectionPointBeanManager. createInjectionPoint(AnnotatedParameter<?> parameter)Obtains a container provided implementation ofInjectionPointfor the givenAnnotatedParameter.InjectionPointEventMetadata. getInjectionPoint()Get theInjectionPointrepresenting the injectedEventinstance which fired the eventInjectionPointProcessInjectionPoint. getInjectionPoint()Methods in jakarta.enterprise.inject.spi that return types with arguments of type InjectionPoint Modifier and Type Method Description Set<InjectionPoint>Bean. getInjectionPoints()Obtains theInjectionPointobjects representing injection points of the bean, that will be validated by the container at initialization time.Set<InjectionPoint>Producer. getInjectionPoints()Returns the set of allInjectionPoints.Methods in jakarta.enterprise.inject.spi with parameters of type InjectionPoint Modifier and Type Method Description ObjectBeanManager. 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 InjectionPoint Modifier and Type Method Description BeanConfigurator<T>BeanConfigurator. addInjectionPoint(InjectionPoint injectionPoint)Add an InjectionPoint to the configured beanBeanConfigurator<T>BeanConfigurator. addInjectionPoints(InjectionPoint... injectionPoints)Add InjectionPoints to the configured beanBeanConfigurator<T>BeanConfigurator. injectionPoints(InjectionPoint... injectionPoints)Replace InjectionPoints for the configured beanMethod parameters in jakarta.enterprise.inject.spi.configurator with type arguments of type InjectionPoint Modifier and Type Method Description BeanConfigurator<T>BeanConfigurator. addInjectionPoints(Set<InjectionPoint> injectionPoints)Add InjectionPoints to the configured beanBeanConfigurator<T>BeanConfigurator. 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 InjectionPoint Modifier and Type Method Description Set<InjectionPoint>ValidatorBean. getInjectionPoints()Set<InjectionPoint>ValidatorFactoryBean. getInjectionPoints() -
Uses of InjectionPoint in org.infinispan.cdi.common.util
Classes in org.infinispan.cdi.common.util that implement InjectionPoint Modifier and Type Class Description classImmutableInjectionPointA base class for implementingInjectionPoint.Methods in org.infinispan.cdi.common.util that return InjectionPoint Modifier and Type Method Description InjectionPointParameterValueRedefiner.ParameterValue. getInjectionPoint()Get theInjectionPointfor the parameter.Methods in org.infinispan.cdi.common.util that return types with arguments of type InjectionPoint Modifier and Type Method Description static <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.Set<InjectionPoint>AbstractImmutableBean. getInjectionPoints()Set<InjectionPoint>BeanBuilder. getInjectionPoints()The injection points currently defined for bean creation.Set<InjectionPoint>DummyInjectionTarget. getInjectionPoints()Set<InjectionPoint>ForwardingBean. getInjectionPoints()protected List<InjectionPoint>InjectableMethod. getParameters()Get the injectable parameters of this method.Methods in org.infinispan.cdi.common.util with parameters of type InjectionPoint Modifier and Type Method Description static voidBeans. checkReturnValue(Object instance, Bean<?> bean, InjectionPoint injectionPoint, BeanManager beanManager)Method parameters in org.infinispan.cdi.common.util with type arguments of type InjectionPoint Modifier and Type Method Description BeanBuilder<T>BeanBuilder. 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 InjectionPoint Constructor Description InjectableMethod(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 InjectionPoint Modifier and Type Method Description <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 InjectionPoint Modifier and Type Method Description WeldBeanConfigurator<T>WeldBeanConfigurator. addInjectionPoint(InjectionPoint injectionPoint)WeldBeanConfigurator<T>WeldBeanConfigurator. addInjectionPoints(InjectionPoint... injectionPoints)WeldBeanConfigurator<T>WeldBeanConfigurator. injectionPoints(InjectionPoint... injectionPoints)Method parameters in org.jboss.weld.bootstrap.event with type arguments of type InjectionPoint Modifier and Type Method Description WeldBeanConfigurator<T>WeldBeanConfigurator. addInjectionPoints(Set<InjectionPoint> injectionPoints)WeldBeanConfigurator<T>WeldBeanConfigurator. injectionPoints(Set<InjectionPoint> injectionPoints)
-