Class TypeDefaults


  • public class TypeDefaults
    extends java.lang.Object
    Author:
    Loc Ha
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeDefaults()  
    • Method Summary

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

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

      • TypeDefaults

        public TypeDefaults()
    • Method Detail

      • defaultValue

        public static <T> T defaultValue​(java.lang.Class<T> type)