|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjestr.generic.object.ObjectUtils
Constructor Summary | |
ObjectUtils()
|
Method Summary | |
static java.lang.Object |
cloneObjectEfficiently(java.lang.Object o,
java.lang.String methodName)
First attempts to clone the object using a public clone method; if that fails it falls back to SerializationUtils.clone() (*MUCH* slower); if that fails, throws a NestableRuntimeException holding the resulting exception. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectUtils()
Method Detail |
public static java.lang.Object cloneObjectEfficiently(java.lang.Object o, java.lang.String methodName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |