Package video.api.client.api
Class JSON.LocalDateTypeAdapter
java.lang.Object
com.google.gson.TypeAdapter<java.time.LocalDate>
video.api.client.api.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
Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTreeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LocalDateTypeAdapter
public LocalDateTypeAdapter() -
LocalDateTypeAdapter
public LocalDateTypeAdapter(java.time.format.DateTimeFormatter formatter)
-
-
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:
writein classcom.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:
readin classcom.google.gson.TypeAdapter<java.time.LocalDate>- Throws:
java.io.IOException
-