Interface Invocation

All Known Subinterfaces:
ProxyChain
All Known Implementing Classes:
InvocationInvoker, JavassistInvocation, JoinPointInvoker

public interface Invocation
调用者方法
Since:
Java 17+
Author:
Kimi Liu
  • Method Details

    • getProxy

      Object getProxy()
      获取目标实例
      Returns:
      目标实例
    • getMethod

      Method getMethod()
      获取方法
      Returns:
      Method
    • getArguments

      Object[] getArguments()
      获取参数值
      Returns:
      参数
    • proceed

      Object proceed() throws Throwable
      执行方法
      Returns:
      执行结果
      Throws:
      Throwable - Throwable