| Package | Description |
|---|---|
| org.jboss.weld.injection.producer |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| 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,
Bean<T> bean,
BeanManagerImpl beanManager,
Injector<T> injector,
LifecycleCallbackInvoker<T> invoker) |
| Constructor and 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) |
Copyright © 2015. All Rights Reserved.