public interface Copier<T>
| 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 © 2019. All rights reserved.