Uses of Interface
org.jboss.weld.injection.producer.Injector
-
Packages that use Injector Package Description org.jboss.weld.injection.producer org.jboss.weld.util -
-
Uses of Injector in org.jboss.weld.injection.producer
Classes in org.jboss.weld.injection.producer that implement Injector Modifier and Type Class Description classDefaultInjector<T>Injector implementation that injectsInject-annotated fields and calls CDI initializer methods.classResourceInjector<T>Injectorthat adds support for resource field and setter injection.Methods in org.jboss.weld.injection.producer that return Injector Modifier and Type Method Description Injector<T>BasicInjectionTarget. getInjector()Methods in org.jboss.weld.injection.producer with parameters of type Injector Modifier and Type Method Description static <T> BasicInjectionTarget<T>BasicInjectionTarget. create(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker)static <T> NonProducibleInjectionTarget<T>NonProducibleInjectionTarget. create(EnhancedAnnotatedType<T> type, Bean<T> bean, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, BeanManagerImpl beanManager)Constructors in org.jboss.weld.injection.producer with parameters of type Injector Constructor Description BasicInjectionTarget(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker)BasicInjectionTarget(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, Instantiator<T> instantiator)BeanInjectionTarget(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker) -
Uses of Injector in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type Injector Modifier and Type Method Description static <T> NonProducibleInjectionTarget<T>InjectionTargets. createNonProducibleInjectionTarget(EnhancedAnnotatedType<T> type, Bean<T> bean, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, BeanManagerImpl beanManager)
-