| Modifier and Type | Method and Description |
|---|---|
GraphQLSchemaGenerator |
GraphQLSchemaGenerator.withOutputConverters(OutputConverter<?,?>... outputConverters)
Registers custom
OutputConverters to be used for converting values returned by the exposed Java method
into those expected by the GraphQL client. |
GraphQLSchemaGenerator |
GraphQLSchemaGenerator.withOutputConvertersPrepended(OutputConverter<?,?>... outputConverters) |
| Modifier and Type | Method and Description |
|---|---|
GraphQLSchemaGenerator |
GraphQLSchemaGenerator.withOutputConverters(ExtensionProvider<GeneratorConfiguration,OutputConverter> provider) |
| 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> OutputConverter<T,S> |
ConverterRegistry.getOutputConverter(AnnotatedType outputType) |
| Constructor and Description |
|---|
ConverterRegistry(List<InputConverter> inputConverters,
List<OutputConverter> outputConverters) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayAdapter |
class |
CollectionOutputConverter
Only used to trigger the conversion on the components of collections, or keys/values of maps
|
class |
IdAdapter
Maps, converts and injects GraphQL IDs
|
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
PublisherAdapter<T> |
| Modifier and Type | Method and Description |
|---|---|
default List<OutputConverter<?,?>> |
SimpleModule.getOutputConverters() |
| Modifier and Type | Class and Description |
|---|---|
class |
GsonArrayAdapter |
| Modifier and Type | Method and Description |
|---|---|
List<OutputConverter<?,?>> |
GsonModule.getOutputConverters() |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonArrayAdapter |
class |
JsonNodeAdapter |
| Modifier and Type | Method and Description |
|---|---|
List<OutputConverter<?,?>> |
JacksonModule.getOutputConverters() |
Copyright © 2016–2018. All rights reserved.