Class JSON.LocalDateTypeAdapter

java.lang.Object
com.google.gson.TypeAdapter<java.time.LocalDate>
com.plaid.client.JSON.LocalDateTypeAdapter
Enclosing class:
JSON

public class JSON.LocalDateTypeAdapter
extends com.google.gson.TypeAdapter<java.time.LocalDate>
Gson TypeAdapter for JSR310 LocalDate type
  • Constructor Summary

    Constructors 
    Constructor Description
    LocalDateTypeAdapter()  
    LocalDateTypeAdapter​(java.time.format.DateTimeFormatter formatter)  
  • Method Summary

    Modifier and Type Method Description
    java.time.LocalDate read​(com.google.gson.stream.JsonReader in)  
    void setFormat​(java.time.format.DateTimeFormatter dateFormat)  
    void write​(com.google.gson.stream.JsonWriter out, java.time.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 Details

  • Method Details

    • setFormat

      public void setFormat​(java.time.format.DateTimeFormatter dateFormat)
    • write

      public void write​(com.google.gson.stream.JsonWriter out, java.time.LocalDate date) throws java.io.IOException
      Specified by:
      write in class com.google.gson.TypeAdapter<java.time.LocalDate>
      Throws:
      java.io.IOException
    • read

      public java.time.LocalDate read​(com.google.gson.stream.JsonReader in) throws java.io.IOException
      Specified by:
      read in class com.google.gson.TypeAdapter<java.time.LocalDate>
      Throws:
      java.io.IOException