Class GsonObjectMapper.LocalDateTimeAdapter
java.lang.Object
kong.unirest.modules.gson.GsonObjectMapper.DateTimeAdapter<LocalDateTime>
kong.unirest.modules.gson.GsonObjectMapper.LocalDateTimeAdapter
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<LocalDateTime>, com.google.gson.JsonSerializer<LocalDateTime>
- Enclosing class:
GsonObjectMapper
private static class GsonObjectMapper.LocalDateTimeAdapter
extends GsonObjectMapper.DateTimeAdapter<LocalDateTime>
-
Field Summary
Fields inherited from class GsonObjectMapper.DateTimeAdapter
FORMATS, FORMATTER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) LocalDateTime(package private) LocalDateTimefrom(TemporalAccessor dt) Methods inherited from class GsonObjectMapper.DateTimeAdapter
deserialize, serialize
-
Constructor Details
-
LocalDateTimeAdapter
private LocalDateTimeAdapter()
-
-
Method Details
-
from
- Specified by:
fromin classGsonObjectMapper.DateTimeAdapter<LocalDateTime>
-
from
- Specified by:
fromin classGsonObjectMapper.DateTimeAdapter<LocalDateTime>
-