static boolean |
ConversionHelper.toBoolean(Object value) |
Gets the boolean value of the given object.
|
static byte |
ConversionHelper.toByte(Object value) |
Gets the byte value of the given object.
|
static byte[] |
ConversionHelper.toBytes(Object value) |
Gets the bytes value of the given object.
|
static char |
ConversionHelper.toChar(Object value) |
Gets the char value of the given object.
|
static double |
ConversionHelper.toDouble(Object value) |
Gets the double value of the given object.
|
static float |
ConversionHelper.toFloat(Object value) |
Gets the float value of the given object.
|
static int |
ConversionHelper.toInt(Object value) |
Gets the int value of the given object.
|
static long |
ConversionHelper.toLong(Object value) |
Gets the long value of the given object.
|
static short |
ConversionHelper.toShort(Object value) |
Gets the short value of the given object.
|