Class ObjectToArrayConverter
java.lang.Object
net.anwiba.commons.reflection.utilities.ObjectToArrayConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjecttoArray(Collection object, Class<?> clazz) static byte[]toByteArray(Collection<?> collection) static double[]toDoubleArray(Collection<?> collection) static int[]toIntArray(Collection<?> collection) static long[]toLongArray(Collection<?> collection) static ObjecttoPrimativArray(Collection<?> object, Class<?> componentType) static short[]toShortArray(Collection<?> collection)
-
Constructor Details
-
ObjectToArrayConverter
public ObjectToArrayConverter()
-
-
Method Details
-
toPrimativArray
-
toArray
-
toDoubleArray
-
toLongArray
-
toIntArray
-
toShortArray
-
toByteArray
-