public class ProxyChain extends Object
ProxyChain(Class<?> targetClass, Object targetObject, Method targetMethod, net.sf.cglib.proxy.MethodProxy methodProxy, Object[] methodParams, List<Proxy> proxyList)
Object
doProxyChain()
Object[]
getMethodParams()
Class<?>
getTargetClass()
Method
getTargetMethod()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ProxyChain(Class<?> targetClass, Object targetObject, Method targetMethod, net.sf.cglib.proxy.MethodProxy methodProxy, Object[] methodParams, List<Proxy> proxyList)
public Object[] getMethodParams()
public Class<?> getTargetClass()
public Method getTargetMethod()
public Object doProxyChain() throws Throwable
Throwable
Copyright © 2017. All rights reserved.