Class ObjectToArrayConverter

java.lang.Object
net.anwiba.commons.reflection.utilities.ObjectToArrayConverter

public class ObjectToArrayConverter extends Object
  • Constructor Details

    • ObjectToArrayConverter

      public ObjectToArrayConverter()
  • Method Details

    • toPrimativArray

      public static Object toPrimativArray(Collection<?> object, Class<?> componentType)
    • toArray

      public static Object toArray(Collection object, Class<?> clazz)
    • toDoubleArray

      public static double[] toDoubleArray(Collection<?> collection)
    • toLongArray

      public static long[] toLongArray(Collection<?> collection)
    • toIntArray

      public static int[] toIntArray(Collection<?> collection)
    • toShortArray

      public static short[] toShortArray(Collection<?> collection)
    • toByteArray

      public static byte[] toByteArray(Collection<?> collection)