Class ConverterUtils


  • public final class ConverterUtils
    extends Object
    TODO: Move to util package and rename to better name
    Version:
    $Revision$ $Date$
    Author:
    Manfred Geiler (latest modification by $Author$)
    • Method Detail

      • convertToInt

        public static int convertToInt​(Object value)
      • convertToBoolean

        public static boolean convertToBoolean​(Object value)
      • convertToLong

        public static long convertToLong​(Object value)
      • convertToDouble

        public static double convertToDouble​(Object value)