Class TypeConverter


  • public final class TypeConverter
    extends Object
    • Constructor Detail

      • TypeConverter

        public TypeConverter()
    • Method Detail

      • toString

        public static String toString​(String stringValue)
      • toInteger

        public static Integer toInteger​(String stringValue)
      • toLong

        public static Long toLong​(String stringValue)
      • toDouble

        public static Double toDouble​(String stringValue)
      • toFloat

        public static Float toFloat​(String stringValue)
      • toByte

        public static Byte toByte​(String stringValue)
      • toShort

        public static Short toShort​(String stringValue)
      • toBoolean

        public static Boolean toBoolean​(String stringValue)
      • toLocalDateTimeTzAware

        public static LocalDateTime toLocalDateTimeTzAware​(String stringValue)
      • toSqlTimestamp

        public static Timestamp toSqlTimestamp​(String stringValue)
      • toSqlTimestampTzAware

        public static Timestamp toSqlTimestampTzAware​(String stringValue)
      • to

        public <T> T to​(Class<T> clazz,
                        String stringValue)