Package org.cxbox.core.util
Class TypeConverter
java.lang.Object
org.cxbox.core.util.TypeConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Tstatic BigDecimaltoBigDecimal(String stringValue) static Booleanstatic Bytestatic Doublestatic Floatstatic Integerstatic LocalDateTimetoLocalDateTime(String stringValue) static LocalDateTimetoLocalDateTimeTzAware(String stringValue) static Longstatic Shortstatic TimestamptoSqlTimestamp(String stringValue) static TimestamptoSqlTimestampTzAware(String stringValue) static String
-
Constructor Details
-
TypeConverter
public TypeConverter()
-
-
Method Details
-
toString
-
toInteger
-
toLong
-
toDouble
-
toFloat
-
toBigDecimal
-
toByte
-
toShort
-
toBoolean
-
toLocalDateTime
-
toLocalDateTimeTzAware
-
toSqlTimestamp
-
toSqlTimestampTzAware
-
to
-