Uses of Interface
org.jvnet.hk2.internal.ConstructorAction
Packages that use ConstructorAction
-
Uses of ConstructorAction in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement ConstructorActionFields in org.jvnet.hk2.internal declared as ConstructorActionModifier and TypeFieldDescriptionprivate static final ConstructorAction
ConstructorInterceptorHandler.DEFAULT_ACTION
private final ConstructorAction
ConstructorInterceptorHandler.ConstructorInvocationImpl.finalAction
Methods in org.jvnet.hk2.internal with parameters of type ConstructorActionModifier and TypeMethodDescriptionstatic Object
ConstructorInterceptorHandler.construct
(Constructor<?> c, Object[] args, boolean neutralCCL, 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 ConstructorActionModifierConstructorDescriptionprivate
ConstructorInvocationImpl
(Constructor<?> c, Object[] args, boolean neutralCCL, ConstructorAction finalAction, int index, List<org.aopalliance.intercept.ConstructorInterceptor> interceptors, HashMap<String, Object> userData)