Class ConversionUtil


  • public final class ConversionUtil
    extends Object
    Conversion utility class to parse a property represented as a string or an object.
    • Method Detail

      • toInt

        public static int toInt​(Object value)
        Converts the specified object into an integer.
      • toBoolean

        public static boolean toBoolean​(Object value)
        Converts the specified object into a boolean.
      • toStringArray

        public static String[] toStringArray​(Object value)
        Converts the specified object into an array of strings.
      • toString

        public static String toString​(int value)