Class GeneralConverters
- java.lang.Object
-
- io.github.spartatech.sqljson.util.GeneralConverters
-
public class GeneralConverters extends Object
-
-
Constructor Summary
Constructors Constructor Description GeneralConverters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<Instant>convertTextToInstant(String strValue)static Optional<LocalDate>convertTextToLocalDate(String strValue)static Optional<LocalDateTime>convertTextToLocalDateTime(String strValue)static Optional<LocalTime>convertTextToLocalTime(String strValue)static DoubleconvertToDouble(Object obj)
-
-
-
Method Detail
-
convertTextToLocalDateTime
public static Optional<LocalDateTime> convertTextToLocalDateTime(String strValue)
-
-