Uses of Interface
javax.enterprise.inject.spi.InjectionPoint
-
-
Uses of InjectionPoint in javax.enterprise.inject.spi
Methods in javax.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 event, ornullif it was fired fromBeanManager.fireEvent(Object, Annotation...);InjectionPointProcessInjectionPoint. getInjectionPoint()Methods in javax.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 javax.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 javax.enterprise.inject.spi.configurator
Methods in javax.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 javax.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.jboss.weld.bean
Methods in org.jboss.weld.bean that return InjectionPoint Modifier and Type Method Description protected InjectionPointSyntheticDecorator. identifyDelegateInjectionPoint(Set<InjectionPoint> injectionPoints)Methods in org.jboss.weld.bean that return types with arguments of type InjectionPoint Modifier and Type Method Description Set<InjectionPoint>AbstractClassBean. getInjectionPoints()Set<InjectionPoint>AbstractProducerBean. getInjectionPoints()Set<InjectionPoint>AbstractSyntheticBean. getInjectionPoints()Set<InjectionPoint>DisposalMethod. getInjectionPoints()Method parameters in org.jboss.weld.bean with type arguments of type InjectionPoint Modifier and Type Method Description protected InjectionPointSyntheticDecorator. identifyDelegateInjectionPoint(Set<InjectionPoint> injectionPoints) -
Uses of InjectionPoint in org.jboss.weld.bean.builtin
Classes in org.jboss.weld.bean.builtin that implement InjectionPoint Modifier and Type Class Description classDynamicLookupInjectionPointclassFacadeInjectionPointMethods in org.jboss.weld.bean.builtin that return InjectionPoint Modifier and Type Method Description protected InjectionPointDynamicLookupInjectionPoint. delegate()protected InjectionPointFacadeInjectionPoint. delegate()protected InjectionPointAbstractDecorableBuiltInBean. getInjectionPoint(CurrentInjectionPoint cip)protected InjectionPointAbstractFacade.AbstractFacadeSerializationProxy. getInjectionPoint()protected InjectionPointAbstractFacade. getInjectionPoint()protected InjectionPointAbstractFacadeBean. getInjectionPoint(CurrentInjectionPoint cip)protected InjectionPointInjectionPointBean. newInstance(InjectionPoint ip, CreationalContext<InjectionPoint> creationalContext)Methods in org.jboss.weld.bean.builtin that return types with arguments of type InjectionPoint Modifier and Type Method Description Set<InjectionPoint>AbstractBuiltInBean. getInjectionPoints()Methods in org.jboss.weld.bean.builtin with parameters of type InjectionPoint Modifier and Type Method Description protected voidDecoratedBeanMetadataBean. checkInjectionPoint(InjectionPoint ip)protected voidInterceptedBeanMetadataBean. checkInjectionPoint(InjectionPoint ip)protected abstract List<Decorator<?>>AbstractDecorableBuiltInBean. getDecorators(InjectionPoint ip)protected List<Decorator<?>>AbstractFacadeBean. getDecorators(InjectionPoint ip)protected List<Decorator<?>>AbstractStaticallyDecorableBuiltInBean. getDecorators(InjectionPoint ip)protected static TypeAbstractFacade. getFacadeType(InjectionPoint injectionPoint)ObjectBeanManagerProxy. getInjectableReference(InjectionPoint ij, CreationalContext<?> ctx)protected abstract TAbstractBuiltInMetadataBean. newInstance(InjectionPoint ip, CreationalContext<T> creationalContext)protected abstract TAbstractDecorableBuiltInBean. newInstance(InjectionPoint ip, CreationalContext<T> creationalContext)protected Bean<?>BeanMetadataBean. newInstance(InjectionPoint ip, CreationalContext<Bean<?>> creationalContext)protected ConversationConversationBean. newInstance(InjectionPoint ip, CreationalContext<Conversation> creationalContext)protected Bean<?>DecoratedBeanMetadataBean. newInstance(InjectionPoint ip, CreationalContext<Bean<?>> ctx)protected Decorator<?>DecoratorMetadataBean. newInstance(InjectionPoint ip, CreationalContext<Decorator<?>> creationalContext)protected Event<?>EventBean. newInstance(InjectionPoint ip, CreationalContext<Event<?>> creationalContext)protected EventMetadataEventMetadataBean. newInstance(InjectionPoint ip, CreationalContext<EventMetadata> creationalContext)protected InjectionPointInjectionPointBean. newInstance(InjectionPoint ip, CreationalContext<InjectionPoint> creationalContext)protected Instance<?>InstanceBean. newInstance(InjectionPoint injectionPoint, CreationalContext<Instance<?>> creationalContext)protected Bean<?>InterceptedBeanMetadataBean. newInstance(InjectionPoint ip, CreationalContext<Bean<?>> ctx)protected InterceptionFactory<?>InterceptionFactoryBean. newInstance(InjectionPoint ip, CreationalContext<InterceptionFactory<?>> creationalContext)protected Interceptor<?>InterceptorMetadataBean. newInstance(InjectionPoint ip, CreationalContext<Interceptor<?>> creationalContext)protected RequestContextControllerRequestContextControllerBean. newInstance(InjectionPoint ip, CreationalContext<RequestContextController> creationalContext)static <I> Instance<I>InstanceImpl. of(InjectionPoint injectionPoint, CreationalContext<I> creationalContext, BeanManagerImpl beanManager)voidBeanManagerProxy. validate(InjectionPoint injectionPoint)Method parameters in org.jboss.weld.bean.builtin with type arguments of type InjectionPoint Modifier and Type Method Description protected InjectionPointInjectionPointBean. newInstance(InjectionPoint ip, CreationalContext<InjectionPoint> creationalContext)Constructors in org.jboss.weld.bean.builtin with parameters of type InjectionPoint Constructor Description AbstractFacade(InjectionPoint injectionPoint, CreationalContext<? super T> creationalContext, BeanManagerImpl beanManager)DynamicLookupInjectionPoint(InjectionPoint injectionPoint, Type type, Set<Annotation> qualifiers)FacadeInjectionPoint(BeanManagerImpl manager, InjectionPoint injectionPoint, Type rawType, Type subtype, Set<Annotation> existingQualifiers, Annotation[] newQualifiers) -
Uses of InjectionPoint in org.jboss.weld.bean.builtin.ee
Methods in org.jboss.weld.bean.builtin.ee with parameters of type InjectionPoint Modifier and Type Method Description protected TAbstractEEBean. newInstance(InjectionPoint ip, CreationalContext<T> creationalContext) -
Uses of InjectionPoint in org.jboss.weld.bean.proxy
Methods in org.jboss.weld.bean.proxy with parameters of type InjectionPoint Modifier and Type Method Description DecoratorProxyMethodHandlerDecorationHelper. createMethodHandler(InjectionPoint injectionPoint, CreationalContext<?> creationalContext, Decorator<Object> decorator)TDecorationHelper. getNextDelegate(InjectionPoint injectionPoint, CreationalContext<?> creationalContext) -
Uses of InjectionPoint in org.jboss.weld.bootstrap
Method parameters in org.jboss.weld.bootstrap with type arguments of type InjectionPoint Modifier and Type Method Description voidBeanDeployerEnvironment. addNewBeansFromInjectionPoints(Set<? extends InjectionPoint> injectionPoints) -
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) -
Uses of InjectionPoint in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return InjectionPoint Modifier and Type Method Description InjectionPointProcessInjectionPointImpl. getInjectionPoint()Methods in org.jboss.weld.bootstrap.events with parameters of type InjectionPoint Modifier and Type Method Description voidProcessInjectionPointImpl. setInjectionPoint(InjectionPoint injectionPoint)Constructors in org.jboss.weld.bootstrap.events with parameters of type InjectionPoint Constructor Description ProcessInjectionPointImpl(InjectionPoint ip, Class<?> declaringComponentClass, BeanManagerImpl beanManager, Type injectionPointType) -
Uses of InjectionPoint in org.jboss.weld.bootstrap.events.configurator
Methods in org.jboss.weld.bootstrap.events.configurator that return InjectionPoint Modifier and Type Method Description InjectionPointInjectionPointConfiguratorImpl. complete()Methods in org.jboss.weld.bootstrap.events.configurator with parameters of type InjectionPoint Modifier and Type Method Description WeldBeanConfigurator<T>BeanConfiguratorImpl. addInjectionPoint(InjectionPoint injectionPoint)WeldBeanConfigurator<T>BeanConfiguratorImpl. addInjectionPoints(InjectionPoint... injectionPoints)WeldBeanConfigurator<T>BeanConfiguratorImpl. injectionPoints(InjectionPoint... injectionPoints)InjectionPointConfiguratorInjectionPointConfiguratorImpl. read(InjectionPoint injectionPoint)Method parameters in org.jboss.weld.bootstrap.events.configurator with type arguments of type InjectionPoint Modifier and Type Method Description WeldBeanConfigurator<T>BeanConfiguratorImpl. addInjectionPoints(Set<InjectionPoint> injectionPoints)WeldBeanConfigurator<T>BeanConfiguratorImpl. injectionPoints(Set<InjectionPoint> injectionPoints)Constructors in org.jboss.weld.bootstrap.events.configurator with parameters of type InjectionPoint Constructor Description InjectionPointConfiguratorImpl(InjectionPoint injectionPoint) -
Uses of InjectionPoint in org.jboss.weld.event
Methods in org.jboss.weld.event that return InjectionPoint Modifier and Type Method Description InjectionPointEventMetadataImpl. getInjectionPoint()Methods in org.jboss.weld.event with parameters of type InjectionPoint Modifier and Type Method Description static <E> EventImpl<E>EventImpl. of(InjectionPoint injectionPoint, BeanManagerImpl beanManager)Constructors in org.jboss.weld.event with parameters of type InjectionPoint Constructor Description EventMetadataImpl(Type type, InjectionPoint injectionPoint, Annotation[] qualifiers)EventMetadataImpl(Type type, InjectionPoint injectionPoint, Set<Annotation> qualifiers) -
Uses of InjectionPoint in org.jboss.weld.injection
Subinterfaces of InjectionPoint in org.jboss.weld.injection Modifier and Type Interface Description interfaceParameterInjectionPoint<T,X>Classes in org.jboss.weld.injection that implement InjectionPoint Modifier and Type Class Description classConstructorInjectionPoint<T>High-level representation of an injected constructor.classEmptyInjectionPointclassFieldInjectionPoint<T,X>classForwardingInjectionPointclassMethodInjectionPoint<T,X>Wraps a method whose parameters may be injected.classParameterInjectionPointImpl<T,X>classProxyClassConstructorInjectionPointWrapper<T>A wrapper on aConstructorInjectionPoint, to be used if a proxy subclass is instantiated instead of the original (e.g.Fields in org.jboss.weld.injection declared as InjectionPoint Modifier and Type Field Description static InjectionPointEmptyInjectionPoint. INSTANCEMethods in org.jboss.weld.injection that return InjectionPoint Modifier and Type Method Description protected abstract InjectionPointForwardingInjectionPoint. delegate()Methods in org.jboss.weld.injection that return types with arguments of type InjectionPoint Modifier and Type Method Description Set<InjectionPoint>ForwardingInjectionTarget. getInjectionPoints()Methods in org.jboss.weld.injection with parameters of type InjectionPoint Modifier and Type Method Description protected abstract <T> org.jboss.weld.injection.spi.ResourceReferenceFactory<T>ResourceInjectionProcessor. getResourceReferenceFactory(InjectionPoint injectionPoint, S injectionServices, C processorContext) -
Uses of InjectionPoint in org.jboss.weld.injection.attributes
Subinterfaces of InjectionPoint in org.jboss.weld.injection.attributes Modifier and Type Interface Description interfaceFieldInjectionPointAttributes<T,X>interfaceParameterInjectionPointAttributes<T,X>interfaceWeldInjectionPointAttributes<T,S>Representation of properties of anInjectionPoint, which can be modified by an extension in theProcessInjectionPointphase.Methods in org.jboss.weld.injection.attributes that return InjectionPoint Modifier and Type Method Description protected InjectionPointAbstractForwardingInjectionPointAttributes. delegate()Methods in org.jboss.weld.injection.attributes with parameters of type InjectionPoint Modifier and Type Method Description static <T,X>
FieldInjectionPointAttributes<T,X>ForwardingFieldInjectionPointAttributes. of(InjectionPoint ip)static <T,X>
ForwardingParameterInjectionPointAttributes<T,X>ForwardingParameterInjectionPointAttributes. of(InjectionPoint ip)Constructors in org.jboss.weld.injection.attributes with parameters of type InjectionPoint Constructor Description AbstractForwardingInjectionPointAttributes(InjectionPoint delegate)ForwardingFieldInjectionPointAttributes(InjectionPoint delegate)ForwardingParameterInjectionPointAttributes(InjectionPoint delegate) -
Uses of InjectionPoint in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return types with arguments of type InjectionPoint Modifier and Type Method Description Set<InjectionPoint>BasicInjectionTarget. getInjectionPoints()Set<InjectionPoint>ProducerFieldProducer. getInjectionPoints()Set<InjectionPoint>ProducerMethodProducer. getInjectionPoints()Methods in org.jboss.weld.injection.producer with parameters of type InjectionPoint Modifier and Type Method Description protected abstract TAbstractDecoratorApplyingInstantiator. applyDecorators(T instance, CreationalContext<T> creationalContext, InjectionPoint originalInjectionPoint, BeanManagerImpl manager)protected TSubclassDecoratorApplyingInstantiator. applyDecorators(T instance, CreationalContext<T> creationalContext, InjectionPoint originalInjectionPoint, BeanManagerImpl manager)protected TAbstractDecoratorApplyingInstantiator. getOuterDelegate(T instance, CreationalContext<T> creationalContext, InjectionPoint originalInjectionPoint, BeanManagerImpl manager)Method parameters in org.jboss.weld.injection.producer with type arguments of type InjectionPoint Modifier and Type Method Description protected Instantiator<T>BasicInjectionTarget. initInstantiator(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Set<InjectionPoint> injectionPoints)Returns an instantiator that will be used to create a new instance of a given component.protected Instantiator<T>DecoratorInjectionTarget. initInstantiator(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Set<InjectionPoint> injectionPoints)protected Instantiator<T>NonProducibleInjectionTarget. initInstantiator(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Set<InjectionPoint> injectionPoints)voidDefaultInjector. registerInjectionPoints(Set<InjectionPoint> injectionPoints)voidInjector. registerInjectionPoints(Set<InjectionPoint> injectionPoints)Add field/parameter injection points to the set of injection points of an InjectionTarget. -
Uses of InjectionPoint in org.jboss.weld.manager
Methods in org.jboss.weld.manager with parameters of type InjectionPoint Modifier and Type Method Description Set<Bean<?>>BeanManagerImpl. getBeans(InjectionPoint injectionPoint)ObjectBeanManagerImpl. getInjectableReference(InjectionPoint injectionPoint, CreationalContext<?> creationalContext)ObjectBeanManagerImpl. getInjectableReference(InjectionPoint injectionPoint, Bean<?> resolvedBean, CreationalContext<?> creationalContext)Get a reference, registering the injection point used.ObjectBeanManagerImpl. getReference(InjectionPoint injectionPoint, Bean<?> resolvedBean, CreationalContext<?> creationalContext)Deprecated.voidBeanManagerImpl. validate(InjectionPoint ij) -
Uses of InjectionPoint in org.jboss.weld.module
Methods in org.jboss.weld.module with parameters of type InjectionPoint Modifier and Type Method Description default voidPlugableValidator. validateInjectionPointForDefinitionErrors(InjectionPoint ij, Bean<?> bean, BeanManagerImpl beanManager)default voidPlugableValidator. validateInjectionPointForDeploymentProblems(InjectionPoint ij, Bean<?> bean, BeanManagerImpl beanManager) -
Uses of InjectionPoint in org.jboss.weld.resolution
Constructors in org.jboss.weld.resolution with parameters of type InjectionPoint Constructor Description ResolvableBuilder(InjectionPoint injectionPoint, BeanManagerImpl manager) -
Uses of InjectionPoint in org.jboss.weld.serialization
Methods in org.jboss.weld.serialization that return InjectionPoint Modifier and Type Method Description protected InjectionPointInjectionPointHolder. initialize()Constructors in org.jboss.weld.serialization with parameters of type InjectionPoint Constructor Description InjectionPointHolder(String contextId, InjectionPoint ip) -
Uses of InjectionPoint in org.jboss.weld.util
Methods in org.jboss.weld.util that return InjectionPoint Modifier and Type Method Description InjectionPointForwardingBeanManager. createInjectionPoint(AnnotatedField<?> field)InjectionPointForwardingBeanManager. createInjectionPoint(AnnotatedParameter<?> parameter)Methods in org.jboss.weld.util that return types with arguments of type InjectionPoint Modifier and Type Method Description static <X> Set<InjectionPoint>InjectionPoints. filterOutSpecialParameterInjectionPoints(List<ParameterInjectionPoint<?,X>> injectionPoints)Methods in org.jboss.weld.util with parameters of type InjectionPoint Modifier and Type Method Description ObjectForwardingBeanManager. getInjectableReference(InjectionPoint ij, CreationalContext<?> ctx)static <T> TDecorators. getOuterDelegate(Bean<T> bean, T instance, CreationalContext<T> creationalContext, Class<T> proxyClass, InjectionPoint originalInjectionPoint, BeanManagerImpl manager, List<Decorator<?>> decorators)static StringInjectionPoints. getUnsatisfiedDependenciesAdditionalInfo(InjectionPoint ij, BeanManagerImpl beanManager)static <T,X>
WeldInjectionPointAttributes<T,?>InjectionPoints. getWeldInjectionPoint(InjectionPoint injectionPoint)voidForwardingBeanManager. validate(InjectionPoint injectionPoint)Method parameters in org.jboss.weld.util with type arguments of type InjectionPoint Modifier and Type Method Description static WeldInjectionPointAttributes<?,?>Decorators. findDelegateInjectionPoint(AnnotatedType<?> type, Iterable<InjectionPoint> injectionPoints) -
Uses of InjectionPoint in org.jboss.weld.util.bean
Classes in org.jboss.weld.util.bean that implement InjectionPoint Modifier and Type Class Description classSerializableForwardingInjectionPointMethods in org.jboss.weld.util.bean that return InjectionPoint Modifier and Type Method Description protected InjectionPointSerializableForwardingInjectionPoint. delegate()Methods in org.jboss.weld.util.bean that return types with arguments of type InjectionPoint Modifier and Type Method Description Set<InjectionPoint>IsolatedForwardingBean. getInjectionPoints()Constructors in org.jboss.weld.util.bean with parameters of type InjectionPoint Constructor Description SerializableForwardingInjectionPoint(String contextId, InjectionPoint ip) -
Uses of InjectionPoint in org.jboss.weld.util.reflection
Methods in org.jboss.weld.util.reflection with parameters of type InjectionPoint Modifier and Type Method Description static StringFormats. formatAsStackTraceElement(InjectionPoint ij)See also WELD-1454.
-