Class DefaultCopier


  • public class DefaultCopier
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DefaultCopier()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object copy​(java.lang.Object obj)  
      static <T> T copy​(T obj, java.lang.Class<T> cls)  
      • Methods inherited from class java.lang.Object

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

      • DefaultCopier

        private DefaultCopier()
    • Method Detail

      • copy

        public static java.lang.Object copy​(java.lang.Object obj)
      • copy

        public static <T> T copy​(T obj,
                                 java.lang.Class<T> cls)