Interface ModelCloningStrategy
-
- All Known Implementing Classes:
DefaultItemModelCloneStrategy
public interface ModelCloningStrategyThis interface describes strategies for creating clones of arbitrary model instances. Currently used inModelService.clone(Object).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Tclone(java.lang.Object original, java.lang.String targetType, ModelCloningContext ctx)<T> Tclone(T original, ModelCloningContext ctx)
-
-
-
Method Detail
-
clone
<T> T clone(T original, ModelCloningContext ctx)
-
clone
<T> T clone(java.lang.Object original, java.lang.String targetType, ModelCloningContext ctx)
-
-