| AbstractDecoratorApplyingInstantiator |
Common functionality for an instantiator capable of applying decorators to a given instance.
|
| AbstractInstantiator |
|
| AbstractMemberProducer |
Common functionality for Producers backing producer fields and producer methods.
|
| AbstractProducer |
|
| BasicInjectionTarget |
Basic InjectionTarget implementation.
|
| BeanInjectionTarget |
|
| DefaultInjector |
Injector implementation that injects Inject-annotated fields and calls CDI initializer methods.
|
| DefaultLifecycleCallbackInvoker |
If the component is not intercepted this implementation takes care of invoking its lifecycle callback methods.
|
| ForwardingInstantiator |
|
| InjectionTargetInitializationContext |
|
| Injector |
Implementations of this interface are capable of performing field/method injection as defined in
InjectionTarget.inject(Object, CreationalContext).
|
| Instantiator |
Implementation of this interface is capable of producing Java objects.
|
| InterceptionModelInitializer |
|
| LifecycleCallbackInvoker |
Implementations of this interface are capable of performing PostConstruct / PreDestroy lifecycle callback
invocations.
|
| NonProducibleInjectionTarget |
An implementation of InjectionTarget for classes that do not fulfill bean class requirements (e.g.
|
| NoopLifecycleCallbackInvoker |
This implementation never invokes PostConstruct / PreDestroy callbacks.
|
| ResourceInjector |
Injector that adds support for resource field and setter injection.
|
| SubclassedComponentInstantiator |
Instantiates an enhanced subclass of a given component class.
|