Package sh.ory.hydra
Class JSON.LocalDateTypeAdapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<org.threeten.bp.LocalDate>
-
- sh.ory.hydra.JSON.LocalDateTypeAdapter
-
- Enclosing class:
- JSON
public class JSON.LocalDateTypeAdapter extends com.google.gson.TypeAdapter<org.threeten.bp.LocalDate>Gson TypeAdapter for JSR310 LocalDate type
-
-
Constructor Summary
Constructors Constructor Description LocalDateTypeAdapter()LocalDateTypeAdapter(org.threeten.bp.format.DateTimeFormatter formatter)
-
-
-
Method Detail
-
setFormat
public void setFormat(org.threeten.bp.format.DateTimeFormatter dateFormat)
-
write
public void write(com.google.gson.stream.JsonWriter out, org.threeten.bp.LocalDate date) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<org.threeten.bp.LocalDate>- Throws:
IOException
-
read
public org.threeten.bp.LocalDate read(com.google.gson.stream.JsonReader in) throws IOException- Specified by:
readin classcom.google.gson.TypeAdapter<org.threeten.bp.LocalDate>- Throws:
IOException
-
-