类 CglibAopProxy.CglibMethodInvocation

java.lang.Object
infra.core.AttributeAccessorSupport
infra.aop.framework.AbstractMethodInvocation
infra.aop.framework.DefaultMethodInvocation
infra.aop.framework.CglibAopProxy.CglibMethodInvocation
所有已实现的接口:
ProxyMethodInvocation, TargetClassAware, infra.core.AttributeAccessor, Cloneable, Invocation, Joinpoint, MethodInvocation
封闭类:
CglibAopProxy

static class CglibAopProxy.CglibMethodInvocation extends DefaultMethodInvocation
Implementation of AOP Alliance MethodInvocation used by this AOP proxy.
  • 字段详细资料

    • methodProxy

      private final infra.bytecode.proxy.MethodProxy methodProxy
  • 构造器详细资料

    • CglibMethodInvocation

      public CglibMethodInvocation(Object proxyObject, @Nullable Object target, Method method, @Nullable Class<?> targetClass, infra.bytecode.proxy.MethodProxy methodProxy, Object[] arguments, MethodInterceptor[] advices)
  • 方法详细资料