Package org.kie.camel.embedded.component
Class FastCloner.FastClonerCustomCollection<T extends Collection>
- java.lang.Object
-
- org.kie.camel.embedded.component.FastCloner.FastClonerCustomCollection<T>
-
- All Implemented Interfaces:
FastCloner.IFastCloner
- Enclosing class:
- FastCloner
public abstract static class FastCloner.FastClonerCustomCollection<T extends Collection> extends Object implements FastCloner.IFastCloner
-
-
Constructor Summary
Constructors Constructor Description FastClonerCustomCollection()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Objectclone(Object t, FastCloner cloner, Map<Object,Object> clones)abstract TgetInstance()
-
-
-
Method Detail
-
getInstance
public abstract T getInstance()
-
clone
public Object clone(Object t, FastCloner cloner, Map<Object,Object> clones) throws IllegalAccessException
- Specified by:
clonein interfaceFastCloner.IFastCloner- Throws:
IllegalAccessException
-
-