class PrimitiveWrapperArrays extends Object
Constructor and Description |
---|
PrimitiveWrapperArrays() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
toByteArray(Object ob)
Convert the given value to a primitive array if needed.
|
static char[] |
toCharArray(Object ob)
Convert the given value to a primitive array if needed.
|
static Object |
toObjectValue(ValueMapping vm,
byte[] array)
Convert the given primitive array to a wrapper array if needed.
|
static Object |
toObjectValue(ValueMapping vm,
char[] array)
Convert the given primitive array to a wrapper array if needed.
|
public static Object toObjectValue(ValueMapping vm, char[] array)
public static char[] toCharArray(Object ob)
public static Object toObjectValue(ValueMapping vm, byte[] array)
public static byte[] toByteArray(Object ob)
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.