public class DateAdapter
extends java.lang.Object
implements com.apollographql.apollo.response.CustomTypeAdapter<java.time.LocalDate>
| Constructor and Description |
|---|
DateAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalDate |
decode(com.apollographql.apollo.response.CustomTypeValue value) |
com.apollographql.apollo.response.CustomTypeValue |
encode(java.time.LocalDate value) |
public java.time.LocalDate decode(@NotNull
com.apollographql.apollo.response.CustomTypeValue value)
decode in interface com.apollographql.apollo.response.CustomTypeAdapter<java.time.LocalDate>@NotNull
public com.apollographql.apollo.response.CustomTypeValue encode(@NotNull
java.time.LocalDate value)
encode in interface com.apollographql.apollo.response.CustomTypeAdapter<java.time.LocalDate>