| Package | Description |
|---|---|
| io.leangen.graphql | |
| io.leangen.graphql.generator.mapping | |
| io.leangen.graphql.generator.mapping.common |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTypeAdapter<T,S>
Created by bojan.tomic on 9/21/16.
|
| Modifier and Type | Method and Description |
|---|---|
InputConverter |
ConverterRepository.getInputConverter(AnnotatedType inputType) |
| Constructor and Description |
|---|
ConverterRepository(List<InputConverter> inputConverters,
List<OutputConverter> outputConverters) |
| Modifier and Type | Class and Description |
|---|---|
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 |
class |
VoidToBooleanTypeAdapter |
Copyright © 2016–2017. All rights reserved.