Class 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 Detail

      • LocalDateTypeAdapter

        public LocalDateTypeAdapter()
      • LocalDateTypeAdapter

        public 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:
        write in class com.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:
        read in class com.google.gson.TypeAdapter<org.threeten.bp.LocalDate>
        Throws:
        IOException