Uses of Class
org.springframework.cglib.proxy.MethodProxy
Packages that use MethodProxy Package Description org.springframework.cglib.proxy Spring's repackaging of the CGLIB proxy package (for internal use only).Uses of MethodProxy in org.springframework.cglib.proxy
Methods in org.springframework.cglib.proxy that return MethodProxy Modifier and Type Method Description static MethodProxyMethodProxy. create(Class c1, Class c2, String desc, String name1, String name2)For internal use byEnhanceronly; see theFastMethodclass for similar functionality.static MethodProxyMethodProxy. find(Class type, org.springframework.cglib.core.Signature sig)Return theMethodProxyused when intercepting the method matching the given signature.