Interface ModelCloningStrategy
- All Known Implementing Classes:
DefaultItemModelCloneStrategy
public interface ModelCloningStrategy
This interface describes strategies for creating clones of arbitrary model instances. Currently used in
ModelService.clone(Object).-
Method Summary
Modifier and TypeMethodDescription<T> Tclone(Object original, String targetType, ModelCloningContext ctx) <T> Tclone(T original, ModelCloningContext ctx)
-
Method Details
-
clone
-
clone
-