| Package | Description | 
|---|---|
| org.springframework.cglib.proxy | Spring's repackaging of the
 CGLIB proxy package
 (for internal use only). | 
| Modifier and Type | Method and Description | 
|---|---|
| static MethodProxy | MethodProxy. create(Class c1,
      Class c2,
      String desc,
      String name1,
      String name2)For internal use by  Enhanceronly; see theFastMethodclass
 for similar functionality. | 
| static MethodProxy | MethodProxy. find(Class type,
    org.springframework.cglib.core.Signature sig)Return the  MethodProxyused when intercepting the method
 matching the given signature. |