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