Uses of Class
net.sf.cglib.proxy.MethodProxy

Packages that use MethodProxy
net.sf.cglib.proxy   
 

Uses of MethodProxy in net.sf.cglib.proxy
 

Methods in net.sf.cglib.proxy that return MethodProxy
static MethodProxy MethodProxy.create(java.lang.ClassLoader loader, java.lang.Class c1, java.lang.Class c2, java.lang.String desc, java.lang.String name1, java.lang.String name2)
          For internal use by Enhancer only; see the FastMethod class for similar functionality.
static MethodProxy MethodProxy.find(java.lang.Class type, Signature sig)
          Return the MethodProxy used when intercepting the method matching the given signature.
 

Methods in net.sf.cglib.proxy 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.