Package io.gitea
Class JSON.LocalDateTypeAdapter
java.lang.Object
com.google.gson.TypeAdapter<org.threeten.bp.LocalDate>
io.gitea.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 Summary
-
Constructor Details
-
LocalDateTypeAdapter
public LocalDateTypeAdapter() -
LocalDateTypeAdapter
public LocalDateTypeAdapter(org.threeten.bp.format.DateTimeFormatter formatter)
-
-
Method Details
-
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 java.io.IOException- Specified by:
writein classcom.google.gson.TypeAdapter<org.threeten.bp.LocalDate>- Throws:
java.io.IOException
-
read
public org.threeten.bp.LocalDate read(com.google.gson.stream.JsonReader in) throws java.io.IOException- Specified by:
readin classcom.google.gson.TypeAdapter<org.threeten.bp.LocalDate>- Throws:
java.io.IOException
-