Uses of Class
net.sf.cglib.proxy.MethodProxy
-
Packages that use MethodProxy Package Description net.sf.cglib.proxy -
-
Uses of MethodProxy in net.sf.cglib.proxy
Methods in net.sf.cglib.proxy that return MethodProxy Modifier and Type Method Description static MethodProxy
MethodProxy. create(Class c1, Class c2, String desc, String name1, String name2)
For internal use byEnhancer
only; see theFastMethod
class for similar functionality.static MethodProxy
MethodProxy. find(Class type, Signature sig)
Return theMethodProxy
used when intercepting the method matching the given signature.Methods in net.sf.cglib.proxy with parameters of type MethodProxy Modifier and Type Method Description Object
MethodInterceptor. intercept(Object obj, Method method, Object[] args, MethodProxy proxy)
All generated proxied methods call this method instead of the original method.
-