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