Uses of Interface
org.jvnet.hk2.internal.ConstructorAction
-
Packages that use ConstructorAction Package Description org.jvnet.hk2.internal -
-
Uses of ConstructorAction in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement ConstructorAction Modifier and Type Class Description (package private) class
ConstructorActionImpl<T>
Fields in org.jvnet.hk2.internal declared as ConstructorAction Modifier and Type Field Description private static ConstructorAction
ConstructorInterceptorHandler. DEFAULT_ACTION
private ConstructorAction
ConstructorInterceptorHandler.ConstructorInvocationImpl. finalAction
Methods in org.jvnet.hk2.internal with parameters of type ConstructorAction Modifier and Type Method 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 considerationConstructors in org.jvnet.hk2.internal with parameters of type ConstructorAction Constructor 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)
-