Package org.aoju.bus.proxy.invoker
Class JoinPointInvoker
java.lang.Object
org.aoju.bus.proxy.invoker.JoinPointInvoker
- All Implemented Interfaces:
Invocation,ProxyChain
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JoinPointInvoker
-
-
Method Details
-
getProxy
Description copied from interface:Invocation获取目标实例- Specified by:
getProxyin interfaceInvocation- Returns:
- 目标实例
-
getMethod
Description copied from interface:Invocation获取方法- Specified by:
getMethodin interfaceInvocation- Returns:
- Method
-
getArguments
Description copied from interface:Invocation获取参数值- Specified by:
getArgumentsin interfaceInvocation- Returns:
- 参数
-
proceed
Description copied from interface:Invocation执行方法- Specified by:
proceedin interfaceInvocation- Returns:
- 执行结果
- Throws:
Throwable- Throwable
-
getNames
Description copied from interface:ProxyChain获取参数名称- Specified by:
getNamesin interfaceProxyChain- Returns:
- 参数
-
proceed
Description copied from interface:ProxyChain执行方法- Specified by:
proceedin interfaceProxyChain- Parameters:
args- 参数- Returns:
- 执行结果
- Throws:
Throwable- Throwable
-