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