| Package | Description |
|---|---|
| org.springframework.cglib.beans |
Spring's repackaging of the
CGLIB beans package
(for internal use only).
|
| Modifier and Type | Method and Description |
|---|---|
BeanMap |
BeanMap.Generator.create()
Create a new instance of the
BeanMap. |
static BeanMap |
BeanMap.create(Object bean)
Helper method to create a new
BeanMap. |
abstract BeanMap |
BeanMap.newInstance(Object bean)
Create a new
BeanMap instance using the specified bean. |