public interface Cloner
Modifier and Type | Method and Description |
---|---|
<T> T |
clone(T obj)
Clones the supplied object
|
void |
initialiseFor(Class<?> classes)
This method is included simply so that cold starts can be avoided.
|
<T> T clone(T obj)
T
- The class of the object to be clonedobj
- The objectvoid initialiseFor(Class<?> classes)
classes
- Classes to perform initialisation for.Copyright © 2010–2018 Jadira Systems. All rights reserved.