| 程序包 | 说明 |
|---|---|
| com.firefly.utils | |
| com.firefly.utils.classproxy |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReflectUtils.MethodProxy |
ReflectUtils.getMethodProxy(Method method) |
ReflectUtils.MethodProxy |
ReflectUtils.ProxyFactory.getMethodProxy(Method method) |
| 限定符和类型 | 方法和说明 |
|---|---|
ReflectUtils.MethodProxy |
MethodProxyFactoryUsingJavassist.getMethodProxy(Method method) |
ReflectUtils.MethodProxy |
MethodProxyFactoryUsingJavaCompiler.getMethodProxy(Method method) |
ReflectUtils.MethodProxy |
AbstractFieldProxyFactory.getMethodProxy(Method method) |
ReflectUtils.MethodProxy |
AbstractArrayProxyFactory.getMethodProxy(Method method) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
ClassProxy.intercept(ReflectUtils.MethodProxy handler,
Object originalInstance,
Object[] args) |
Copyright © 2016. All rights reserved.