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