Package org.kie.camel.embedded.component
Interface FastCloner.IFastCloner
-
- All Known Implementing Classes:
FastCloner.FastClonerArrayList,FastCloner.FastClonerCalendar,FastCloner.FastClonerCustomCollection,FastCloner.FastClonerHashMap,FastCloner.FastClonerHashSet,FastCloner.FastClonerLinkedList,FastCloner.FastClonerTreeMap
- Enclosing class:
- FastCloner
public static interface FastCloner.IFastCloner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectclone(Object t, FastCloner cloner, Map<Object,Object> clones)
-
-
-
Method Detail
-
clone
Object clone(Object t, FastCloner cloner, Map<Object,Object> clones) throws IllegalAccessException
- Throws:
IllegalAccessException
-
-