Class JavassistInvocation
java.lang.Object
org.miaixz.bus.proxy.factory.javassist.JavassistInvocation
- All Implemented Interfaces:
Invocation
这个类实际上是所有基于Javassist方法调用的超类
动态创建子类来处理特定的接口方法(它们是硬连接的)
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Details
-
method
-
target
-
arguments
-
-
Constructor Details
-
JavassistInvocation
-
-
Method Details
-
getArguments
Description copied from interface:Invocation获取参数值- Specified by:
getArgumentsin interfaceInvocation- Returns:
- 参数
-
getMethod
Description copied from interface:Invocation获取方法- Specified by:
getMethodin interfaceInvocation- Returns:
- Method
-
getProxy
Description copied from interface:Invocation获取目标实例- Specified by:
getProxyin interfaceInvocation- Returns:
- 目标实例
-