All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
AbstractRegisteringCopier, RegisteringStorageToWorkingCopyCopier, RegisteringWorkingCopyToStorageCopier

public interface RegisteringObjectCopier extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    copy(T t)
     

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • copy

      <T> T copy(T t)