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