public final class PrimitiveUtils
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static java.lang.Object |
getEmptyValue(java.lang.Class<?> type) |
|
static java.lang.String |
getPrimitiveTypeNameFromWrapper(java.lang.Class<?> type) |
|
static java.lang.Class<?> |
getWrapperType(java.lang.Class<?> type) |
|
static boolean |
isPrimitiveWrapper(java.lang.Class<?> type) |
public static java.lang.Object getEmptyValue(java.lang.Class<?> type)
public static java.lang.Class<?> getWrapperType(java.lang.Class<?> type)
public static boolean isPrimitiveWrapper(java.lang.Class<?> type)
public static java.lang.String getPrimitiveTypeNameFromWrapper(java.lang.Class<?> type)
Copyright © 2001-2019 EasyMock contributors. This documentation is provided under the terms of the Apache 2 licence.