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