-
public final class JsonAndDateConverter
-
-
Constructor Summary
Constructors Constructor Description JsonAndDateConverter()
-
Method Summary
Modifier and Type Method Description final JsonObjectfromString(String value)final StringjsonObjectToString(JsonObject value)final LocalDateTimefromTimestamp(Long value)final LonglocalDateTimeToTimestamp(LocalDateTime value)-
-
Method Detail
-
fromString
final JsonObject fromString(String value)
-
jsonObjectToString
final String jsonObjectToString(JsonObject value)
-
fromTimestamp
final LocalDateTime fromTimestamp(Long value)
-
localDateTimeToTimestamp
final Long localDateTimeToTimestamp(LocalDateTime value)
-
-
-
-