Package | Description |
---|---|
org.jvnet.hk2.internal |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ConstructorActionImpl<T> |
Modifier and Type | Field and Description |
---|---|
private static ConstructorAction |
ConstructorInterceptorHandler.DEFAULT_ACTION |
private ConstructorAction |
ConstructorInterceptorHandler.ConstructorInvocationImpl.finalAction |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
ConstructorInterceptorHandler.construct(java.lang.reflect.Constructor<?> c,
java.lang.Object[] args,
boolean neutralCCL,
java.util.List<org.aopalliance.intercept.ConstructorInterceptor> interceptors,
ConstructorAction action)
Call this to construct objects taking constructor interceptors into consideration
|
Constructor and Description |
---|
ConstructorInvocationImpl(java.lang.reflect.Constructor<?> c,
java.lang.Object[] args,
boolean neutralCCL,
ConstructorAction finalAction,
int index,
java.util.List<org.aopalliance.intercept.ConstructorInterceptor> interceptors,
java.util.HashMap<java.lang.String,java.lang.Object> userData) |