Class InterceptorStackCallback

java.lang.Object
com.google.inject.internal.InterceptorStackCallback
All Implemented Interfaces:
InvocationHandler

final class InterceptorStackCallback extends Object implements InvocationHandler
Intercepts a method with a stack of interceptors.

Acts as a JDK InvocationHandler so the proxy using it can avoid Guice-specific types.

  • Field Details

  • Constructor Details

    • InterceptorStackCallback

      public InterceptorStackCallback(Method method, List<org.aopalliance.intercept.MethodInterceptor> interceptors, BiFunction<Object,Object[],Object> superInvoker)
  • Method Details