| Package | Description | 
|---|---|
| org.springframework.cglib.core | Spring's repackaging of the
 CGLIB core package
 (for internal use only). | 
| org.springframework.cglib.proxy | Spring's repackaging of the
 CGLIB proxy package
 (for internal use only). | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | KeyFactory.Generator | 
| Modifier and Type | Method and Description | 
|---|---|
| static AbstractClassGenerator | AbstractClassGenerator. getCurrent()Used internally by CGLIB. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | AbstractClassGenerator.ClassLoaderData. get(AbstractClassGenerator gen,
   boolean useCache) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EnhancerGenerates dynamic subclasses to enable method interception. |