| Modifier and Type | Method and Description |
|---|---|
GraphQLSchemaGenerator |
GraphQLSchemaGenerator.withInputConverters(InputConverter<?,?>... inputConverters)
Registers custom
InputConverters to be used for converting values provided by the GraphQL client
into those expected by the corresponding Java method. |
GraphQLSchemaGenerator |
GraphQLSchemaGenerator.withInputConvertersPrepended(InputConverter<?,?>... inputConverters) |
| Modifier and Type | Method and Description |
|---|---|
GraphQLSchemaGenerator |
GraphQLSchemaGenerator.withInputConverters(ExtensionProvider<GeneratorConfiguration,InputConverter> provider) |
| Modifier and Type | Method and Description |
|---|---|
List<InputConverter> |
GlobalEnvironment.getInputConverters() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTypeAdapter<T,S>
Created by bojan.tomic on 9/21/16.
|
| Modifier and Type | Method and Description |
|---|---|
<T,S> InputConverter<T,S> |
ConverterRegistry.getInputConverter(AnnotatedType inputType) |
| Modifier and Type | Method and Description |
|---|---|
List<InputConverter> |
ConverterRegistry.getInputConverters() |
| Constructor and Description |
|---|
ConverterRegistry(List<InputConverter> inputConverters,
List<OutputConverter> outputConverters) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumMapToObjectTypeAdapter<E extends Enum<E>,V> |
class |
IdAdapter
Maps, converts and injects GraphQL IDs
|
class |
IterableAdapter<T> |
class |
MapToListTypeAdapter<K,V>
As maps are dynamic structures with no equivalent in GraphQL, they require special treatment.
|
class |
OptionalAdapter |
class |
OptionalDoubleAdapter |
class |
OptionalIntAdapter |
class |
OptionalLongAdapter |
class |
StreamToCollectionTypeAdapter<T> |
class |
VoidToBooleanTypeAdapter |
| Constructor and Description |
|---|
ConvertingDeserializer(InputConverter inputConverter,
GlobalEnvironment environment) |
| Modifier and Type | Method and Description |
|---|---|
default List<InputConverter<?,?>> |
SimpleModule.getInputConverters() |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonArrayAdapter |
class |
JsonNodeAdapter |
| Modifier and Type | Method and Description |
|---|---|
List<InputConverter<?,?>> |
JacksonModule.getInputConverters() |
Copyright © 2016–2018. All rights reserved.