Uses of Interface
javax.enterprise.inject.spi.InjectionTarget
Packages that use InjectionTarget
-
Uses of InjectionTarget in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return InjectionTargetModifier and TypeMethodDescription<T> InjectionTarget<T>BeanManager.createInjectionTarget(AnnotatedType<T> type) Obtains anInjectionTargetfor the givenAnnotatedType.InjectionTargetFactory.createInjectionTarget(Bean<T> bean) Create a new injection target for a bean.ProcessInjectionTarget.getInjectionTarget()Returns theInjectionTargetobject that will be used by the container to perform injection.Methods in javax.enterprise.inject.spi with parameters of type InjectionTargetModifier and TypeMethodDescriptionvoidProcessInjectionTarget.setInjectionTarget(InjectionTarget<X> injectionTarget) Replaces theInjectionTargetwhich performs injection for this target.