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 MethodProxyMethodProxy. create(java.lang.Class c1, java.lang.Class c2, java.lang.String desc, java.lang.String name1, java.lang.String name2)For internal use byEnhanceronly; see theFastMethodclass for similar functionality.static MethodProxyMethodProxy. find(java.lang.Class type, Signature sig)Return theMethodProxyused when intercepting the method matching the given signature.Methods in net.sf.cglib.proxy with parameters of type MethodProxy Modifier and Type Method Description java.lang.ObjectMethodInterceptor. 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.
-