| Package | Description |
|---|---|
| org.springframework.cglib.beans |
Spring's repackaging of the
CGLIB beans package
(for internal use only).
|
| 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 |
BeanMap.Generator |
| 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 |
Enhancer
Generates dynamic subclasses to enable method interception.
|