org.unitils.objectvalidation.cloner
Class ObjectClonerImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectClonerImpl
public ObjectClonerImpl()
deepClone
public <T> T deepClone(T object)
- Specified by:
deepClone in interface ObjectCloner
Copyright © 2013-2015. All Rights Reserved.