| Constructor and Description |
|---|
DeepCopier(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
T |
copy(T dest,
T src)
Copy the content of obj2 in obj1.
|
T |
copy(T dest,
T src,
boolean copyIgnoredFields)
Copy the content of obj2 in obj1.
|
public DeepCopier(Class<?> clazz)
public T copy(T dest, T src, boolean copyIgnoredFields)
CopierIgnoreCompare, it will be copied only if copyIgnoredField = true.Copyright © 2017. All rights reserved.