See: Description
| Interface | Description |
|---|---|
| ParameterInjectionPoint<T,X> | |
| ResourceInjection<T> |
High-level representation of a resource field and setter method.
|
| ThreadLocalStack.ThreadLocalStackReference<T> |
Reference to a thread-local stack.
|
| Class | Description |
|---|---|
| ConstructorInjectionPoint<T> |
High-level representation of an injected constructor.
|
| CurrentInjectionPoint | |
| DynamicInjectionPoint |
A proxy that forwards call to the current
SLSBInvocationInjectionPoint. |
| EmptyInjectionPoint | |
| FieldInjectionPoint<T,X> | |
| ForwardingInjectionPoint | |
| ForwardingInjectionTarget<T> | |
| InjectionContextImpl<T> | |
| InjectionPointFactory |
Factory class that producer
InjectionPoint instances for fields, parameters, methods and constructors. |
| MethodInjectionPoint<T,X> |
Wraps a method whose parameters may be injected.
|
| MethodInvocationStrategy |
Encapsulates various strategies for invoking a method injection point.
|
| ParameterInjectionPointImpl<T,X> | |
| ProxyClassConstructorInjectionPointWrapper<T> |
A wrapper on a
ConstructorInjectionPoint, to be used if a proxy subclass is instantiated instead of the
original (e.g. because the original is an abstract Decorator)
This class is immutable. |
| ResourceInjectionFactory |
Factory class that produces
ResourceInjection instances for resource fields and setter methods. |
| SLSBInvocationInjectionPoint | |
| ThreadLocalStack<T> |
A stack that is kept in thread-local.
|
| Enum | Description |
|---|---|
| MethodInjectionPoint.MethodInjectionPointType |
Copyright © 2016. All Rights Reserved.