Package org.easymock.internal
Class PrimitiveUtils
java.lang.Object
org.easymock.internal.PrimitiveUtils
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map
<Class<?>, PrimitiveUtils.PrimitiveEntry> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Object
getEmptyValue
(Class<?> type) static String
getPrimitiveTypeNameFromWrapper
(Class<?> type) static Class
<?> getWrapperType
(Class<?> type) static boolean
isPrimitiveWrapper
(Class<?> type)
-
Field Details
-
primitiveTypes
-
wrapperTypes
-
-
Constructor Details
-
PrimitiveUtils
private PrimitiveUtils()
-
-
Method Details
-
getEmptyValue
-
getWrapperType
-
isPrimitiveWrapper
-
getPrimitiveTypeNameFromWrapper
-