| Package | Description |
|---|---|
| io.leangen.graphql | |
| io.leangen.graphql.generator.mapping | |
| io.leangen.graphql.generator.mapping.common |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTypeAdapter<T,S>
Created by bojan.tomic on 9/21/16.
|
| Modifier and Type | Method and Description |
|---|---|
OutputConverter |
ConverterRepository.getOutputConverter(AnnotatedType outputType) |
| Constructor and Description |
|---|
ConverterRepository(List<InputConverter> inputConverters,
List<OutputConverter> outputConverters) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionToListOutputConverter
Converts outputs of non-list collection types into lists.
|
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 |
ObjectScalarAdapter |
class |
OptionalAdapter |
class |
OptionalDoubleAdapter |
class |
OptionalIntAdapter |
class |
OptionalLongAdapter |
class |
StreamToCollectionTypeAdapter |
class |
VoidToBooleanTypeAdapter |
Copyright © 2016–2017. All rights reserved.