Uses of Interface
javax.enterprise.inject.spi.InjectionTarget
-
Packages that use InjectionTarget Package Description javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.bean org.jboss.weld.bean.builtin org.jboss.weld.bootstrap.events org.jboss.weld.injection org.jboss.weld.injection.producer org.jboss.weld.interceptor.reader org.jboss.weld.manager org.jboss.weld.util -
-
Uses of InjectionTarget in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return InjectionTarget Modifier and Type Method Description <T> InjectionTarget<T>BeanManager. createInjectionTarget(AnnotatedType<T> type)Obtains anInjectionTargetfor the givenAnnotatedType.InjectionTarget<T>InjectionTargetFactory. createInjectionTarget(Bean<T> bean)Create a new injection target for a bean.InjectionTarget<X>ProcessInjectionTarget. getInjectionTarget()Returns theInjectionTargetobject that will be used by the container to perform injection.Methods in javax.enterprise.inject.spi with parameters of type InjectionTarget Modifier and Type Method Description voidProcessInjectionTarget. setInjectionTarget(InjectionTarget<X> injectionTarget)Replaces theInjectionTargetwhich performs injection for this target. -
Uses of InjectionTarget in org.jboss.weld.bean
Fields in org.jboss.weld.bean declared as InjectionTarget Modifier and Type Field Description protected InjectionTarget<T>SyntheticClassBean. producerMethods in org.jboss.weld.bean that return InjectionTarget Modifier and Type Method Description InjectionTarget<T>AbstractClassBean. getInjectionTarget()Duplicate ofAbstractClassBean.getProducer()- kept for backwards compatibility.InjectionTarget<T>AbstractClassBean. getProducer()InjectionTarget<T>ClassBean. getProducer()Returns injection target used to produce instances of this beanprotected InjectionTarget<T>SyntheticClassBean. getProducer()Methods in org.jboss.weld.bean with parameters of type InjectionTarget Modifier and Type Method Description voidAbstractClassBean. setInjectionTarget(InjectionTarget<T> injectionTarget)voidAbstractClassBean. setProducer(InjectionTarget<T> producer)voidManagedBean. setProducer(InjectionTarget<T> producer) -
Uses of InjectionTarget in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return InjectionTarget Modifier and Type Method Description <T> InjectionTarget<T>BeanManagerProxy. createInjectionTarget(org.jboss.weld.ejb.spi.EjbDescriptor<T> descriptor)<X> InjectionTarget<X>BeanManagerProxy. fireProcessInjectionTarget(AnnotatedType<X> type)<X> InjectionTarget<X>BeanManagerProxy. fireProcessInjectionTarget(AnnotatedType<X> annotatedType, InjectionTarget<X> injectionTarget)Methods in org.jboss.weld.bean.builtin with parameters of type InjectionTarget Modifier and Type Method Description <X> InjectionTarget<X>BeanManagerProxy. fireProcessInjectionTarget(AnnotatedType<X> annotatedType, InjectionTarget<X> injectionTarget) -
Uses of InjectionTarget in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return InjectionTarget Modifier and Type Method Description protected static <X> InjectionTarget<X>AbstractProcessInjectionTarget. fire(BeanManagerImpl beanManager, AnnotatedType<X> annotatedType, InjectionTarget<X> injectionTarget)<X> InjectionTarget<X>ContainerLifecycleEvents. fireProcessInjectionTarget(BeanManagerImpl beanManager, AnnotatedType<X> annotatedType, InjectionTarget<X> injectionTarget)InjectionTarget<X>ProcessBeanInjectionTarget. getInjectionTarget()InjectionTarget<X>ProcessSimpleInjectionTarget. getInjectionTarget()Methods in org.jboss.weld.bootstrap.events with parameters of type InjectionTarget Modifier and Type Method Description protected static <X> InjectionTarget<X>AbstractProcessInjectionTarget. fire(BeanManagerImpl beanManager, AnnotatedType<X> annotatedType, InjectionTarget<X> injectionTarget)<X> InjectionTarget<X>ContainerLifecycleEvents. fireProcessInjectionTarget(BeanManagerImpl beanManager, AnnotatedType<X> annotatedType, InjectionTarget<X> injectionTarget)voidProcessBeanInjectionTarget. setInjectionTarget(InjectionTarget<X> injectionTarget)voidProcessSimpleInjectionTarget. setInjectionTarget(InjectionTarget<X> injectionTarget)Constructors in org.jboss.weld.bootstrap.events with parameters of type InjectionTarget Constructor Description ProcessSimpleInjectionTarget(BeanManagerImpl beanManager, AnnotatedType<X> annotatedType, InjectionTarget<X> injectionTarget) -
Uses of InjectionTarget in org.jboss.weld.injection
Classes in org.jboss.weld.injection that implement InjectionTarget Modifier and Type Class Description classForwardingInjectionTarget<T>Methods in org.jboss.weld.injection that return InjectionTarget Modifier and Type Method Description protected abstract InjectionTarget<T>ForwardingInjectionTarget. delegate()InjectionTarget<T>InjectionContextImpl. getInjectionTarget()Constructors in org.jboss.weld.injection with parameters of type InjectionTarget Constructor Description InjectionContextImpl(BeanManagerImpl beanManager, InjectionTarget<T> injectionTarget, AnnotatedType<T> annotatedType, T target) -
Uses of InjectionTarget in org.jboss.weld.injection.producer
Classes in org.jboss.weld.injection.producer that implement InjectionTarget Modifier and Type Class Description classBasicInjectionTarget<T>BasicInjectionTargetimplementation.classBeanInjectionTarget<T>classDecoratorInjectionTarget<T>InjectionTargetimplementation used for decorators.classNonProducibleInjectionTarget<T>An implementation ofInjectionTargetfor classes that do not fulfill bean class requirements (e.g.Methods in org.jboss.weld.injection.producer with parameters of type InjectionTarget Modifier and Type Method Description voidDefaultInjector. inject(T instance, CreationalContext<T> ctx, BeanManagerImpl manager, SlimAnnotatedType<T> type, InjectionTarget<T> injectionTarget)voidInjector. inject(T instance, CreationalContext<T> ctx, BeanManagerImpl manager, SlimAnnotatedType<T> type, InjectionTarget<T> injectionTarget)voidResourceInjector. inject(T instance, CreationalContext<T> ctx, BeanManagerImpl manager, SlimAnnotatedType<T> type, InjectionTarget<T> injectionTarget) -
Uses of InjectionTarget in org.jboss.weld.interceptor.reader
Methods in org.jboss.weld.interceptor.reader that return InjectionTarget Modifier and Type Method Description InjectionTarget<T>PlainInterceptorFactory. getInjectionTarget()Constructors in org.jboss.weld.interceptor.reader with parameters of type InjectionTarget Constructor Description PlainInterceptorFactory(InjectionTarget<T> injectionTarget) -
Uses of InjectionTarget in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return InjectionTarget Modifier and Type Method Description <T> InjectionTarget<T>BeanManagerImpl. createInjectionTarget(AnnotatedType<T> type)<T> InjectionTarget<T>BeanManagerImpl. createInjectionTarget(org.jboss.weld.ejb.spi.EjbDescriptor<T> descriptor)protected InjectionTarget<T>InjectionTargetFactoryImpl. createMessageDrivenInjectionTarget(org.jboss.weld.ejb.spi.EjbDescriptor<T> descriptor)<X> InjectionTarget<X>BeanManagerImpl. fireProcessInjectionTarget(AnnotatedType<X> annotatedType)<X> InjectionTarget<X>BeanManagerImpl. fireProcessInjectionTarget(AnnotatedType<X> annotatedType, InjectionTarget<X> injectionTarget)Methods in org.jboss.weld.manager with parameters of type InjectionTarget Modifier and Type Method Description <X> InjectionTarget<X>BeanManagerImpl. fireProcessInjectionTarget(AnnotatedType<X> annotatedType, InjectionTarget<X> injectionTarget) -
Uses of InjectionTarget in org.jboss.weld.util
Methods in org.jboss.weld.util that return InjectionTarget Modifier and Type Method Description <T> InjectionTarget<T>ForwardingBeanManager. createInjectionTarget(AnnotatedType<T> type)
-