| 程序包 | 说明 |
|---|---|
| cn.naturemix.framework.proxy |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AspectProxy
切面代理
|
class |
TransactionProxy |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
ProxyManager.creatProxu(Class<T> targetClass,
List<Proxy> proxyList) |
| 构造器和说明 |
|---|
ProxyChain(Class<?> targetClass,
Object targetObject,
Method targetMethod,
net.sf.cglib.proxy.MethodProxy methodProxy,
Object[] methodParams,
List<Proxy> proxyList) |
Copyright © 2017. All rights reserved.