Class ObjectCloner<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T copy​(T src, T dest, boolean shallowCopy)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • copy

        public T copy​(T src,
                      T dest,
                      boolean shallowCopy)
               throws java.lang.Exception
        Specified by:
        copy in class AbstractCloner<T>
        Throws:
        java.lang.Exception