Java org.springframework.cglib.proxy MethodProxy fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.cglib.proxy MethodProxy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.cglib.proxy MethodProxy.

The text is from its open source code.

Method

Objectinvoke(Object obj, Object[] args)
Invoke the original method, on a different object of the same type.
ObjectinvokeSuper(Object obj, Object[] args)
Invoke the original (super) method on the specified object.