Class JSON.LocalDateTypeAdapter

  • Enclosing class:
    JSON

    public class JSON.LocalDateTypeAdapter
    extends com.google.gson.TypeAdapter<org.threeten.bp.LocalDate>

    This class subject to change without prior notice, Please dont use this class directly.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.threeten.bp.LocalDate read​(com.google.gson.stream.JsonReader in)  
      void setFormat​(org.threeten.bp.format.DateTimeFormatter dateFormat)  
      void write​(com.google.gson.stream.JsonWriter out, org.threeten.bp.LocalDate date)  
      • Methods inherited from class com.google.gson.TypeAdapter

        fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 java.io.IOException
        Specified by:
        write in class com.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:
        read in class com.google.gson.TypeAdapter<org.threeten.bp.LocalDate>
        Throws:
        java.io.IOException