Class SerializingCopier

java.lang.Object
io.jmix.core.impl.SerializingCopier
All Implemented Interfaces:
Copier

@Component("core_SerializingCopier") public class SerializingCopier extends Object implements Copier
  • Constructor Details

  • Method Details

    • copy

      public <T> T copy(T source)
      Description copied from interface: Copier
      Creates a deep copy of the passed object.
      Specified by:
      copy in interface Copier
      Parameters:
      source - source object
      Returns:
      deep copy of the source object