net.sf.beanlib.utils
Class ObjectUtils

java.lang.Object
  extended by net.sf.beanlib.utils.ObjectUtils

public class ObjectUtils
extends Object

Object Utilities.

Author:
Joe D. Velopar

Constructor Summary
private ObjectUtils()
           
 
Method Summary
static
<T> T
deepCopy(T from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectUtils

private ObjectUtils()
Method Detail

deepCopy

public static <T> T deepCopy(T from)