Package org.miaixz.bus.proxy.spring
Class SpringCglibInterceptor
java.lang.Object
org.miaixz.bus.proxy.invoker.Interceptor
org.miaixz.bus.proxy.spring.SpringCglibInterceptor
- All Implemented Interfaces:
Serializable,org.springframework.cglib.proxy.Callback,org.springframework.cglib.proxy.MethodInterceptor
public class SpringCglibInterceptor
extends Interceptor
implements org.springframework.cglib.proxy.MethodInterceptor
Spring-cglib实现的动态代理切面
- 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
-
SpringCglibInterceptor
构造- Parameters:
target- 被代理对象aspect- 切面实现
-
-
Method Details