public interface ProxyChain
| Modifier and Type | Method and Description |
|---|---|
Object |
doProxyChain(Object[] arguments)
执行方法
|
Object[] |
getArgs()
获取参数值
|
Method |
getMethod()
获取方法
|
Object[] |
getNames()
获取参数名称
|
Object |
getTarget()
获取目标实例
|
Copyright © 2019. All rights reserved.