Package kong.unirest.modules.gson
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 kong.unirest.modules.gson.GsonObjectMapper.DateTimeAdapter
FORMATS, FORMATTER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) ZonedDateTime
(package private) ZonedDateTime
from
(TemporalAccessor dt) Methods inherited from class kong.unirest.modules.gson.GsonObjectMapper.DateTimeAdapter
deserialize, serialize
-
Constructor Details
-
ZonedDateAdapter
private ZonedDateAdapter()
-
-
Method Details
-
from
- Specified by:
from
in classGsonObjectMapper.DateTimeAdapter<ZonedDateTime>
-
from
- Specified by:
from
in classGsonObjectMapper.DateTimeAdapter<ZonedDateTime>
-