org.unitils.objectvalidation.cloner
Class ObjectClonerImpl

java.lang.Object
  extended by org.unitils.objectvalidation.cloner.ObjectClonerImpl
All Implemented Interfaces:
ObjectCloner

public class ObjectClonerImpl
extends Object
implements ObjectCloner

Deeply clones an object. This implementation can be overriden in the construction of a ObjectValidationRulesCollection.

Since:
Oct 17, 2013
Author:
Matthieu Mestrez

Constructor Summary
ObjectClonerImpl()
           
 
Method Summary
<T> T
deepClone(T object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectClonerImpl

public ObjectClonerImpl()
Method Detail

deepClone

public <T> T deepClone(T object)
Specified by:
deepClone in interface ObjectCloner


Copyright © 2013-2015. All Rights Reserved.