public class ModelMethodInvocation extends Object implements org.aopalliance.intercept.MethodInvocation
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
currentInterceptorInt |
protected List |
interceptors |
protected net.sf.cglib.proxy.MethodProxy |
methodProxy |
protected Object |
target |
| 构造器和说明 |
|---|
ModelMethodInvocation(Object target,
List interceptors,
Method method,
Object[] args,
net.sf.cglib.proxy.MethodProxy methodProxy) |
protected final List interceptors
protected Object target
protected int currentInterceptorInt
protected net.sf.cglib.proxy.MethodProxy methodProxy
public Object proceed() throws Throwable
proceed 在接口中 org.aopalliance.intercept.JoinpointThrowablepublic Object[] getArguments()
getArguments 在接口中 org.aopalliance.intercept.Invocationpublic Object getThis()
getThis 在接口中 org.aopalliance.intercept.Joinpointpublic AccessibleObject getStaticPart()
getStaticPart 在接口中 org.aopalliance.intercept.Joinpointpublic Method getMethod()
getMethod 在接口中 org.aopalliance.intercept.MethodInvocationCopyright © 2018. All rights reserved.