Class LoadHelper


  • public final class LoadHelper
    extends java.lang.Object
    The Class LoadHelper.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T recursiveInitialize​(T obj)
      Recursive initliaze.
      • Methods inherited from class java.lang.Object

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

      • recursiveInitialize

        public static <T> T recursiveInitialize​(T obj)
        Recursive initliaze.
        Type Parameters:
        T - the generic type
        Parameters:
        obj - the obj
        Returns:
        the t