Package tech.muyan.api
Interface DomainDataCloneService
-
public interface DomainDataCloneService
Service interface for cloning domain data objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
clone(T source, java.util.Map<java.lang.String,java.lang.Object> options)
Clone the source object.
-