public class CGMapperProxy<T> extends Object implements net.sf.cglib.proxy.MethodInterceptor
private Class<T>
cls
private Object
target
CGMapperProxy(Class<T> cls)
(专用程序包) static Object
getProxyMapper(Class<?> cls)
Object
intercept(Object o, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy methodProxy)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private Object target
private Class<T> cls
public Object intercept(Object o, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy methodProxy) throws Throwable
intercept
net.sf.cglib.proxy.MethodInterceptor
Throwable
static Object getProxyMapper(Class<?> cls)
Copyright © 2022. All rights reserved.