|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.clazzes.util.reflect.impl.CloneableCloner<T>
public class CloneableCloner<T>
A cloner for
Constructor Summary | |
---|---|
CloneableCloner(java.lang.Class<T> clazz)
|
Method Summary | |
---|---|
T |
clone(T o)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CloneableCloner(java.lang.Class<T> clazz) throws java.lang.SecurityException, java.lang.NoSuchMethodException
java.lang.SecurityException
java.lang.NoSuchMethodException
Method Detail |
---|
public T clone(T o) throws java.lang.CloneNotSupportedException
clone
in interface Cloner<T>
o
- A POJO object to clone.
java.lang.CloneNotSupportedException
- If this instance cannot be cloned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |