public interface ElementCopier
The objects could be of the same or different types. If they are different, only the elements with the same name and compatible types will be copied.
Only the readable
elements are copied and only
the writable
elements receives the value.
Modifier and Type | Method and Description |
---|---|
CopyDestination |
from(java.lang.Object src)
Sets the source object and copies the elements.
|
CopyDestination from(java.lang.Object src)
src
- the source object.