Class MethodProxy

java.lang.Object
org.springframework.cglib.proxy.MethodProxy

public class MethodProxy extends Object
Classes generated by Enhancer pass this object to the registered MethodInterceptor objects when an intercepted method is invoked. It can be used to either invoke the original method, or call the same method on a different object of the same type.