public interface ValueMapper
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_METADATA_FIELD_NAME |
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
fromInput(Object graphQlInput,
AnnotatedType type) |
<T> T |
fromInput(Object graphQlInput,
Type sourceType,
AnnotatedType outputType) |
<T> T |
fromString(String json,
AnnotatedType type) |
String |
toString(Object output) |
static final String TYPE_METADATA_FIELD_NAME
default <T> T fromInput(Object graphQlInput, AnnotatedType type)
<T> T fromInput(Object graphQlInput, Type sourceType, AnnotatedType outputType)
<T> T fromString(String json, AnnotatedType type)
Copyright © 2016–2017. All rights reserved.