@Deprecated public class ObjectUtil extends Object
Util for object's operations with checks
| Type Params | Return Type | Name and description | 
|---|---|---|
| <T> | public static T | cloneObject(T object)Clone the specified object | 
|  | public static MethodHandle | getCloneObjectMethodHandle()Returns the method handle of ObjectUtil.cloneObject | 
Clone the specified object
object -  the object to cloneT -  the object typeReturns the method handle of ObjectUtil.cloneObject