Uses of Interface
javax.enterprise.inject.spi.InjectionTargetFactory

Packages that use InjectionTargetFactory
javax.enterprise.inject.spi The portable extension integration SPI. 
 

Uses of InjectionTargetFactory in javax.enterprise.inject.spi
 

Methods in javax.enterprise.inject.spi that return InjectionTargetFactory
<T> InjectionTargetFactory<T>
BeanManager.getInjectionTargetFactory(AnnotatedType<T> annotatedType)
           An implementation of InjectionTargetFactory that provides container created InjectionTarget instances.
 

Methods in javax.enterprise.inject.spi with parameters of type InjectionTargetFactory
<T> Bean<T>
BeanManager.createBean(BeanAttributes<T> attributes, java.lang.Class<T> beanClass, InjectionTargetFactory<T> injectionTargetFactory)
           Obtains a Bean for the given BeanAttributes, bean class and InjectionTarget.
 



Copyright © 2008-2013 JBoss by Red Hat, Inc.. All Rights Reserved.