Package org.apache.groovy.runtime
Class ObjectUtil
java.lang.Object
org.apache.groovy.runtime.ObjectUtil
Deprecated.
Util for object's operations with checks
- Since:
- 4.0.5
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
cloneObject
(T object) Deprecated.Clone the specified objectstatic MethodHandle
Deprecated.Returns the method handle ofcloneObject(Object)
-
Method Details
-
cloneObject
Deprecated.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
Deprecated.Returns the method handle ofcloneObject(Object)
- Returns:
- the method handle
- Since:
- 4.0.5
-