Package | Description |
---|---|
org.jboss.weld.injection.producer |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInjector<T>
Injector implementation that injects
Inject -annotated fields and calls CDI initializer methods. |
class |
ResourceInjector<T>
Injector that adds support for resource field and setter injection. |
class |
StatelessSessionBeanInjector<T>
Injector implementation which prepares DynamicInjectionPoint to be injected into stateless session beans. |
Modifier and Type | Method and Description |
---|---|
Injector<T> |
BasicInjectionTarget.getInjector() |
Modifier and Type | Method and Description |
---|---|
static <T> BasicInjectionTarget<T> |
BasicInjectionTarget.create(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
BeanManagerImpl beanManager,
Injector<T> injector,
LifecycleCallbackInvoker<T> invoker) |
Constructor and Description |
---|
BasicInjectionTarget(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
BeanManagerImpl beanManager,
Injector<T> injector,
LifecycleCallbackInvoker<T> invoker) |
BasicInjectionTarget(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
BeanManagerImpl beanManager,
Injector<T> injector,
LifecycleCallbackInvoker<T> invoker,
Instantiator<T> instantiator) |
BeanInjectionTarget(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
BeanManagerImpl beanManager,
Injector<T> injector,
LifecycleCallbackInvoker<T> invoker) |
Copyright © 2016. All rights reserved.