public class InvocationInvoker extends Object implements ProxyChain
| Constructor and Description |
|---|
InvocationInvoker(org.aspectj.lang.ProceedingJoinPoint joinPoint) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments()
获取拦截的方法的参数列表
|
Method |
getMethod()
获取拦截的方法
|
Object[] |
getNames()
获取拦截的方法的参数列表
|
Object |
getProxy()
获取要拦截的目标实例
|
Object |
proceed()
执行方法
|
Object |
proceed(Object[] arguments)
执行方法
|
public InvocationInvoker(org.aspectj.lang.ProceedingJoinPoint joinPoint)
public Object[] getNames()
getNames in interface ProxyChainpublic Object[] getArguments()
getArguments in interface Invocationpublic Object getProxy()
getProxy in interface Invocationpublic Method getMethod()
getMethod in interface Invocationpublic Object proceed() throws Throwable
proceed in interface InvocationThrowable - 抛出异常Copyright © 2021. All rights reserved.