Package kong.unirest.modules.gson
Class GsonObjectMapper.LocalDateAdapter
java.lang.Object
kong.unirest.modules.gson.GsonObjectMapper.DateTimeAdapter<LocalDate>
kong.unirest.modules.gson.GsonObjectMapper.LocalDateAdapter
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<LocalDate>
,com.google.gson.JsonSerializer<LocalDate>
- Enclosing class:
GsonObjectMapper
private static class GsonObjectMapper.LocalDateAdapter
extends GsonObjectMapper.DateTimeAdapter<LocalDate>
-
Field Summary
Fields inherited from class kong.unirest.modules.gson.GsonObjectMapper.DateTimeAdapter
FORMATS, FORMATTER
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class kong.unirest.modules.gson.GsonObjectMapper.DateTimeAdapter
deserialize, serialize
-
Constructor Details
-
LocalDateAdapter
private LocalDateAdapter()
-
-
Method Details
-
from
- Specified by:
from
in classGsonObjectMapper.DateTimeAdapter<LocalDate>
-
from
- Specified by:
from
in classGsonObjectMapper.DateTimeAdapter<LocalDate>
-