Class MethodInterceptorHandler

java.lang.Object
org.jvnet.hk2.internal.MethodInterceptorHandler
All Implemented Interfaces:
javassist.util.proxy.MethodHandler

public class MethodInterceptorHandler extends Object implements javassist.util.proxy.MethodHandler
This is the handler that runs the aopalliance method interception
  • Field Details

    • DEBUG_INTERCEPTION

      private static final boolean DEBUG_INTERCEPTION
    • locator

      private final ServiceLocatorImpl locator
    • interceptorLists

      private final Map<Method,List<org.aopalliance.intercept.MethodInterceptor>> interceptorLists
    • underlyingDescriptor

      private final ActiveDescriptor<?> underlyingDescriptor
  • Constructor Details

  • Method Details