| Interface | Description |
|---|---|
| ArgumentInjector | |
| InputConverter<T,S> | |
| OutputConverter<T,S> | |
| SchemaTransformer | |
| TypeMapper |
A
TypeMapper is used to map annotated Java types to a GraphQL input or output types, modeled by
GraphQLOutputType and GraphQLInputType respectively. |
| TypeSubstituter |
The common interface for mappers and converters that perform their work by substituting the given type for another.
|
| Class | Description |
|---|---|
| AbstractTypeAdapter<T,S> |
Created by bojan.tomic on 9/21/16.
|
| ArgumentInjectorParams | |
| ArgumentInjectorRegistry | |
| BaseTypeSynonymComparator | |
| ConverterRegistry | |
| SchemaTransformerRegistry | |
| TypeMapperRegistry |
Copyright © 2016–2018. All rights reserved.