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.
    • Method Detail

      • clone

        <T> T clone​(T source,
                    java.util.Map<java.lang.String,​java.lang.Object> options)
        Clone the source object.
        Parameters:
        source - the source object to clone
        options - the options to use when cloning
        Returns:
        the cloned object