类 CglibAopProxy.FixedChainStaticTargetInterceptor

java.lang.Object
infra.aop.framework.CglibAopProxy.FixedChainStaticTargetInterceptor
所有已实现的接口:
infra.bytecode.proxy.Callback, infra.bytecode.proxy.MethodInterceptor, Serializable
封闭类:
CglibAopProxy

static class CglibAopProxy.FixedChainStaticTargetInterceptor extends Object implements infra.bytecode.proxy.MethodInterceptor, Serializable
Interceptor used specifically for advised methods on a frozen, static proxy.
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • target

      @Nullable final Object target
    • targetClass

      @Nullable final Class<?> targetClass
    • adviceChain

      final MethodInterceptor[] adviceChain
  • 构造器详细资料

  • 方法详细资料

    • intercept

      public Object intercept(Object proxy, Method method, Object[] args, infra.bytecode.proxy.MethodProxy methodProxy) throws Throwable
      指定者:
      intercept 在接口中 infra.bytecode.proxy.MethodInterceptor
      抛出:
      Throwable