接口 ConcreteMethodInvocation

所有超级接口:
org.aopalliance.intercept.Invocation, org.aopalliance.intercept.Joinpoint, org.aopalliance.intercept.MethodInvocation

public interface ConcreteMethodInvocation extends org.aopalliance.intercept.MethodInvocation
  • 方法概要

    修饰符和类型
    方法
    说明
     

    从接口继承的方法 org.aopalliance.intercept.Invocation

    getArguments

    从接口继承的方法 org.aopalliance.intercept.Joinpoint

    getStaticPart, getThis, proceed

    从接口继承的方法 org.aopalliance.intercept.MethodInvocation

    getMethod
  • 方法详细资料

    • getInterfaceClass

      Class<?> getInterfaceClass()