接口 MethodInvocation

所有超级接口:
Invocation, Joinpoint
所有已知子接口:
ProxyMethodInvocation
所有已知实现类:
AbstractMethodInvocation, CglibAopProxy.CglibMethodInvocation, DefaultMethodInvocation

public interface MethodInvocation extends Invocation
Description of an invocation to a method, given to an interceptor upon method-call.

A method invocation is a joinpoint and can be intercepted by a method interceptor.

另请参阅:
  • 方法详细资料

    • getMethod

      Method getMethod()
      Gets the method being called.

      This method is a friendly implementation of the Joinpoint.getStaticPart() method (same result).

      返回:
      the method being called.