Class PrimitiveUtils


  • public final class PrimitiveUtils
    extends Object
    Author:
    Henri Tremblay
    • Method Detail

      • getEmptyValue

        public static Object getEmptyValue​(Class<?> type)
      • getWrapperType

        public static Class<?> getWrapperType​(Class<?> type)
      • isPrimitiveWrapper

        public static boolean isPrimitiveWrapper​(Class<?> type)
      • getPrimitiveTypeNameFromWrapper

        public static String getPrimitiveTypeNameFromWrapper​(Class<?> type)