| Modifier and Type | Field and Description |
|---|---|
ValueMapper |
ResolutionEnvironment.valueMapper |
| Modifier and Type | Method and Description |
|---|---|
<T,S> T |
GlobalEnvironment.convertInput(S input,
AnnotatedType type,
ValueMapper valueMapper) |
| Constructor and Description |
|---|
OperationExecutor(Operation operation,
ValueMapper valueMapper,
GlobalEnvironment globalEnvironment,
ResolverInterceptorFactory interceptorFactory) |
ResolutionEnvironment(graphql.schema.DataFetchingEnvironment env,
ValueMapper valueMapper,
GlobalEnvironment globalEnvironment,
ConverterRegistry converterRegistry) |
| Modifier and Type | Method and Description |
|---|---|
T |
InputConverter.convertInput(S substitute,
AnnotatedType type,
GlobalEnvironment environment,
ValueMapper valueMapper) |
| Modifier and Type | Method and Description |
|---|---|
Void |
VoidToBooleanTypeAdapter.convertInput(Boolean substitute,
AnnotatedType type,
GlobalEnvironment environment,
ValueMapper valueMapper) |
OptionalDouble |
OptionalDoubleAdapter.convertInput(Double substitute,
AnnotatedType type,
GlobalEnvironment environment,
ValueMapper valueMapper) |
OptionalInt |
OptionalIntAdapter.convertInput(Integer substitute,
AnnotatedType type,
GlobalEnvironment environment,
ValueMapper valueMapper) |
Map<K,V> |
MapToListTypeAdapter.convertInput(List<MapToListTypeAdapter.MapEntry<K,V>> original,
AnnotatedType type,
GlobalEnvironment environment,
ValueMapper valueMapper) |
Stream<T> |
StreamToCollectionTypeAdapter.convertInput(List<T> substitute,
AnnotatedType type,
GlobalEnvironment environment,
ValueMapper valueMapper) |
Iterable<T> |
IterableAdapter.convertInput(List<T> substitute,
AnnotatedType type,
GlobalEnvironment environment,
ValueMapper valueMapper) |
OptionalLong |
OptionalLongAdapter.convertInput(Long substitute,
AnnotatedType type,
GlobalEnvironment environment,
ValueMapper valueMapper) |
EnumMap<E,V> |
EnumMapToObjectTypeAdapter.convertInput(Map<String,V> substitute,
AnnotatedType type,
GlobalEnvironment environment,
ValueMapper valueMapper) |
Optional<?> |
OptionalAdapter.convertInput(Object substitute,
AnnotatedType type,
GlobalEnvironment environment,
ValueMapper valueMapper) |
Object |
IdAdapter.convertInput(String substitute,
AnnotatedType type,
GlobalEnvironment environment,
ValueMapper valueMapper) |
| Modifier and Type | Method and Description |
|---|---|
ValueMapper |
ValueMapperFactory.getValueMapper(Map<Class,List<Class<?>>> concreteSubTypes,
GlobalEnvironment environment) |
| Modifier and Type | Class and Description |
|---|---|
class |
GsonValueMapper |
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonValueMapper |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ArrayNode |
JsonArrayAdapter.convertInput(List<com.fasterxml.jackson.databind.JsonNode> substitute,
AnnotatedType type,
GlobalEnvironment environment,
ValueMapper valueMapper) |
com.fasterxml.jackson.databind.JsonNode |
JsonNodeAdapter.convertInput(Object substitute,
AnnotatedType type,
GlobalEnvironment environment,
ValueMapper valueMapper) |
Copyright © 2016–2018. All rights reserved.