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 ObjectgetEmptyValue(Class<?> type) static StringgetPrimitiveTypeNameFromWrapper(Class<?> type) static Class<?> getWrapperType(Class<?> type) static booleanisPrimitiveWrapper(Class<?> type)
-
Field Details
-
primitiveTypes
-
wrapperTypes
-
-
Constructor Details
-
PrimitiveUtils
private PrimitiveUtils()
-
-
Method Details
-
getEmptyValue
-
getWrapperType
-
isPrimitiveWrapper
-
getPrimitiveTypeNameFromWrapper
-