Uses of Class
net.sf.cglib.MethodProxy

Packages that use MethodProxy
net.sf.cglib   
 

Uses of MethodProxy in net.sf.cglib
 

Methods in net.sf.cglib that return MethodProxy
static MethodProxy MethodProxy.create(java.lang.ClassLoader loader, java.lang.Class c1, java.lang.String m1, java.lang.Class c2, java.lang.String m2)
          For internal use by Enhancer only; see the FastMethod class for similar functionality.
 

Methods in net.sf.cglib with parameters of type MethodProxy
 java.lang.Object MethodInterceptor.intercept(java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args, MethodProxy proxy)
          All generated proxied methods call this method instead of the original method.
 



Copyright © 2002-2003 cglib. All Rights Reserved.