public class JoinPointInvoker extends Object implements ProxyChain
| Constructor and Description |
|---|
JoinPointInvoker(Object target,
Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments()
获取参数值
|
Method |
getMethod()
获取方法
|
Object[] |
getNames()
获取参数名称
|
Object |
getProxy()
获取目标实例
|
Object |
proceed()
执行方法
|
Object |
proceed(Object[] args)
执行方法
|
public JoinPointInvoker(Object target, Invocation invocation)
public Object getProxy()
InvocationgetProxy in interface Invocationpublic Method getMethod()
InvocationgetMethod in interface Invocationpublic Object[] getArguments()
InvocationgetArguments in interface Invocationpublic Object proceed() throws Throwable
Invocationproceed in interface InvocationThrowable - Throwablepublic Object[] getNames()
ProxyChaingetNames in interface ProxyChainpublic Object proceed(Object[] args) throws Throwable
ProxyChainproceed in interface ProxyChainargs - 参数Throwable - ThrowableCopyright © 2020. All rights reserved.