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() |
Object |
getTargetObject() |
Copyright © 2017. All rights reserved.