public class CloneContext extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CloneContext() |
| Modifier and Type | Method and Description |
|---|---|
<T> CloneContext |
addComponent(T pComponent,
Class<T> pType) |
<T> CloneContext |
addComponent(T pComponent,
String pComponentId,
Class<T> pType) |
<T extends Serializable> |
deepClone(T obj) |
public <T> CloneContext addComponent(T pComponent, Class<T> pType)
public <T> CloneContext addComponent(T pComponent, String pComponentId, Class<T> pType)
public <T extends Serializable> T deepClone(T obj) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2015–2016 SourcePond. All rights reserved.