Package org.miaixz.bus.proxy.jdk
Class JdkInterceptor
java.lang.Object
org.miaixz.bus.proxy.invoker.Interceptor
org.miaixz.bus.proxy.jdk.JdkInterceptor
- All Implemented Interfaces:
Serializable,InvocationHandler
JDK实现的动态代理切面
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Field Summary
Fields inherited from class org.miaixz.bus.proxy.invoker.Interceptor
aspect, target -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.miaixz.bus.proxy.invoker.Interceptor
getTarget
-
Constructor Details
-
JdkInterceptor
构造- Parameters:
target- 被代理对象aspect- 切面实现
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-