public class AopMethodInvocation extends GenericMethodInvocation
| 构造器和说明 |
|---|
AopMethodInvocation(Object proxy,
Object target,
Method method,
Object[] arguments) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
doProceed() |
Object |
proceed() |
void |
setInterceptors(List<MethodInterceptor> interceptors) |
getArguments, getJoinPoint, getMethod, getProxy, getThis, setArguments, setMethod, setProxy, setTargetpublic void setInterceptors(List<MethodInterceptor> interceptors)
public Object proceed() throws Throwable
proceed 在接口中 Invocation<Method>proceed 在类中 GenericMethodInvocationThrowableprotected Object doProceed()
Copyright © 2021. All rights reserved.