接口的使用
com.region.plugin.Interceptor
-
使用Interceptor的程序包 程序包 说明 com.region.plugin com.region.plugin.proxy -
-
com.region.plugin中Interceptor的使用
参数类型为Interceptor的com.region.plugin中的方法 修饰符和类型 方法 说明 voidAbstractProxyManager. addInterceptor(Interceptor interceptor) -
com.region.plugin.proxy中Interceptor的使用
参数类型为Interceptor的com.region.plugin.proxy中的方法 修饰符和类型 方法 说明 ObjectProxyType. getProxyInstance(Object target, Class<?>[] classes, Interceptor interceptor, Object[] args)Get the proxy object参数类型为Interceptor的com.region.plugin.proxy中的构造器 构造器 说明 CglibProxyHandler(Object target, Interceptor interceptor)JdkProxyHandler(Object target, Interceptor interceptor)
-