Module org.easymock

Class PrimitiveUtils

java.lang.Object
org.easymock.internal.PrimitiveUtils

public final class PrimitiveUtils extends Object
Helper class for primitive types.
Author:
Henri Tremblay
  • Method Details

    • 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)