| Constructor and Description |
|---|
DeepCopier(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
T |
copy(Object src)
Copy an Object
If a field has the annotation Ignored, it will not be copied. |
T |
copy(Object src,
boolean copyIgnoredFields)
Copy an Object
If a field has the annotation Ignored, it will be copied only if copyIgnoredField = true. |
Copyright © 2021. All rights reserved.