Interface DeepClonerSPI

  • All Known Implementing Classes:
    DeepCloner

    public interface DeepClonerSPI
    A deep-cloner must implement this interface.
    • Method Detail

      • clone

        <T> T clone​(T objectToClone)