org.unitils.objectvalidation
Interface ObjectCloner

All Known Implementing Classes:
ObjectClonerImpl, UnitilsObjectClonerImpl

public interface ObjectCloner

The responsability of the ObjectCloner is to make a perfect copy of an object. ObjectCloners are used in the context of Rule and EqualsHashCodeValidator.

Since:
Oct 18, 2013
Author:
Matthieu Mestrez

Method Summary
<T> T
deepClone(T object)
           
 

Method Detail

deepClone

<T> T deepClone(T object)


Copyright © 2013-2015. All Rights Reserved.