Class DefaultValue


  • public class DefaultValue
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map<java.lang.Class<?>,​java.lang.Object> defaultValues  
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultValue()  
    • Method Summary

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

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

      • defaultValues

        private static java.util.Map<java.lang.Class<?>,​java.lang.Object> defaultValues
    • Constructor Detail

      • DefaultValue

        public DefaultValue()
    • Method Detail

      • ofType

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