public class ScalarOnlyValueMapper extends Object implements ValueMapper
TYPE_METADATA_FIELD_NAME| Constructor and Description |
|---|
ScalarOnlyValueMapper() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
fromInput(Object graphQlInput,
Type sourceType,
AnnotatedType type) |
<T> T |
fromString(String json,
AnnotatedType type) |
String |
toString(Object output) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromInputpublic <T> T fromInput(Object graphQlInput, Type sourceType, AnnotatedType type)
fromInput in interface ValueMapperpublic <T> T fromString(String json, AnnotatedType type)
fromString in interface ValueMapperpublic String toString(Object output)
toString in interface ValueMapperCopyright © 2016–2017. All rights reserved.