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) throws InputParsingException
InputParsingException<T> T fromString(String json, AnnotatedType type) throws InputParsingException
InputParsingExceptionCopyright © 2016–2018. All rights reserved.