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