| 接口 | 说明 |
|---|---|
| IDeepCloner |
used by fast cloners to deep clone objects
|
| IDumpCloned | |
| IFastCloner |
allows a custom cloner to be created for a specific class.
|
| IFreezable | |
| IInstantiationStrategy |
| 类 | 说明 |
|---|---|
| Cloner |
Cloner: deep clone objects.
|
| FastClonerArrayList | |
| FastClonerCalendar | |
| FastClonerConcurrentHashMap | |
| FastClonerCustomCollection<T extends java.util.Collection> | |
| FastClonerCustomMap<T extends java.util.Map> | |
| FastClonerHashMap | |
| FastClonerHashSet | |
| FastClonerLinkedList | |
| FastClonerTreeMap | |
| ObjenesisInstantiationStrategy |
| 异常错误 | 说明 |
|---|---|
| CloningException |
thrown if cloning fails
|
| 注释类型 | 说明 |
|---|---|
| Immutable |
marks the specific class as immutable and the cloner avoids cloning it
|