| Package | Description |
|---|---|
| com.alee.api.clone | |
| com.alee.api.merge.clonepolicy |
| Modifier and Type | Method and Description |
|---|---|
static Clone |
Clone.basic()
Returns
Clone algorithm that is able to clone basic object types as well as simple Collections and Maps. |
static Clone |
Clone.deep()
Returns
Clone algorithm that can also clone custom objects through ReflectionCloneBehavior. |
static Clone |
Clone.reflective()
|
| Constructor and Description |
|---|
PerformClonePolicy(Clone clone)
Constucts new
PerformClonePolicy. |
Copyright © 2020. All rights reserved.