类 DomainChangeInterceptor
java.lang.Object
com.codingapi.springboot.framework.domain.proxy.DomainChangeInterceptor
- 所有已实现的接口:
org.springframework.cglib.proxy.Callback,org.springframework.cglib.proxy.MethodInterceptor
public class DomainChangeInterceptor
extends Object
implements org.springframework.cglib.proxy.MethodInterceptor
实体代理
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
DomainChangeInterceptor
public DomainChangeInterceptor(Class<?> targetClass, Object... args) throws NoSuchMethodException, InvocationTargetException, InstantiationException, IllegalAccessException
-
-
方法详细资料
-
createProxy
-
intercept
-