The fields of the ReflectiveMethodInvocation class are listed below. For a complete list of ReflectiveMethodInvocation class members, see the ReflectiveMethodInvocation Members topic.
arguments (inherited from AbstractMethodInvocation) | The arguments (if any = may be |
currentInterceptorIndex (inherited from AbstractMethodInvocation) | The index from 0 of the current interceptor we're invoking. |
interceptors (inherited from AbstractMethodInvocation) | The list of IMethodInterceptor and |
method (inherited from AbstractMethodInvocation) | The method invocation that is to be invoked. |
proxy (inherited from AbstractMethodInvocation) | The AOP proxy for the target object. |
proxyMethod | The method invocation that is to be invoked on the proxy. |
target (inherited from AbstractMethodInvocation) | The target object that the method is to be invoked on. |
targetType (inherited from AbstractMethodInvocation) | The declaring type of the method that is to be invoked. |
ReflectiveMethodInvocation Class | Spring.Aop.Framework Namespace