Package org.jvnet.hk2.internal
Class MethodInterceptorHandler
java.lang.Object
org.jvnet.hk2.internal.MethodInterceptorHandler
- All Implemented Interfaces:
javassist.util.proxy.MethodHandler
This is the handler that runs the aopalliance method interception
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final boolean
private final ServiceLocatorImpl
private final ActiveDescriptor
<?> -
Constructor Summary
ConstructorsConstructorDescriptionMethodInterceptorHandler
(ServiceLocatorImpl locator, ActiveDescriptor<?> underlyingDescriptor, Map<Method, List<org.aopalliance.intercept.MethodInterceptor>> interceptorLists) -
Method Summary
-
Field Details
-
DEBUG_INTERCEPTION
private static final boolean DEBUG_INTERCEPTION -
locator
-
interceptorLists
-
underlyingDescriptor
-
-
Constructor Details
-
MethodInterceptorHandler
MethodInterceptorHandler(ServiceLocatorImpl locator, ActiveDescriptor<?> underlyingDescriptor, Map<Method, List<org.aopalliance.intercept.MethodInterceptor>> interceptorLists)
-
-
Method Details