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