public class CommonProxy<T> extends Object implements org.springframework.cglib.proxy.MethodInterceptor
CommonProxy()
T
getProxy(T target, AbstractAop aop)
Object
intercept(Object o, Method method, Object[] args, org.springframework.cglib.proxy.MethodProxy methodProxy)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CommonProxy()
public T getProxy(T target, AbstractAop aop)
public Object intercept(Object o, Method method, Object[] args, org.springframework.cglib.proxy.MethodProxy methodProxy) throws Throwable
intercept
org.springframework.cglib.proxy.MethodInterceptor
Throwable
Copyright © 2020. All rights reserved.