Package org.apache.groovy.runtime
Class ObjectUtil
java.lang.Object
org.apache.groovy.runtime.ObjectUtil
Util for object's operations with checks
- Since:
 - 4.0.5
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TcloneObject(T object) Clone the specified objectstatic MethodHandleReturns the method handle ofcloneObject(Object) 
- 
Method Details
- 
cloneObject
Clone the specified object- Type Parameters:
 T- the object type- Parameters:
 object- the object to clone- Returns:
 - the cloned object
 - Throws:
 Throwable- some exception or error- Since:
 - 4.0.5
 
 - 
getCloneObjectMethodHandle
Returns the method handle ofcloneObject(Object)- Returns:
 - the method handle
 - Since:
 - 4.0.5
 
 
 -