public interface ObjectCloner
ObjectCloner is to make a perfect copy of an object.
ObjectCloners are used in the context of Rule and EqualsHashCodeValidator.| Modifier and Type | Method and Description |
|---|---|
<T> T |
deepClone(T object) |
Copyright © 2013. All Rights Reserved.