Uses of Interface
javax.enterprise.inject.spi.InjectionTargetFactory
-
Packages that use InjectionTargetFactory Package Description javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.bean org.jboss.weld.manager org.jboss.weld.util -
-
Uses of InjectionTargetFactory in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return InjectionTargetFactory Modifier and Type Method Description <T> InjectionTargetFactory<T>BeanManager. getInjectionTargetFactory(AnnotatedType<T> annotatedType)An implementation ofInjectionTargetFactorythat provides container createdInjectionTargetinstances.Methods in javax.enterprise.inject.spi with parameters of type InjectionTargetFactory Modifier and Type Method Description <T> Bean<T>BeanManager. createBean(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> injectionTargetFactory) -
Uses of InjectionTargetFactory in org.jboss.weld.bean
Methods in org.jboss.weld.bean with parameters of type InjectionTargetFactory Modifier and Type Method Description static <T> AbstractSyntheticBean<T>SyntheticBeanFactory. create(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> factory, BeanManagerImpl manager)Constructors in org.jboss.weld.bean with parameters of type InjectionTargetFactory Constructor Description SyntheticClassBean(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> factory, BeanManagerImpl manager)SyntheticDecorator(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> factory, BeanManagerImpl manager) -
Uses of InjectionTargetFactory in org.jboss.weld.manager
Classes in org.jboss.weld.manager that implement InjectionTargetFactory Modifier and Type Class Description classInjectionTargetFactoryImpl<T>Factory capable of producingInjectionTargetimplementations for a given combination ofAnnotatedTypeandBeanobjects.Methods in org.jboss.weld.manager with parameters of type InjectionTargetFactory Modifier and Type Method Description <T> Bean<T>BeanManagerImpl. createBean(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> injectionTargetFactory) -
Uses of InjectionTargetFactory in org.jboss.weld.util
Methods in org.jboss.weld.util that return InjectionTargetFactory Modifier and Type Method Description <T> InjectionTargetFactory<T>ForwardingBeanManager. getInjectionTargetFactory(AnnotatedType<T> annotatedType)Methods in org.jboss.weld.util with parameters of type InjectionTargetFactory Modifier and Type Method Description <T> Bean<T>ForwardingBeanManager. createBean(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> injectionTargetFactory)
-