Package io.leangen.graphql.generator.mapping
-
Interface Summary Interface Description ArgumentInjector DelegatingOutputConverter<T,S> InputConverter<T,S> OutputConverter<T,S> SchemaTransformer TypeMapper ATypeMapper
is used to map annotated Java types to a GraphQL input or output types, modeled byGraphQLOutputType
andGraphQLInputType
respectively.TypeSubstituter The common interface for mappers and converters that perform their work by substituting the given type for another. -
Class Summary Class Description AbstractSimpleTypeAdapter<T,S> AbstractTypeAdapter<T,S> Created by bojan.tomic on 9/21/16.ArgumentInjectorParams ArgumentInjectorRegistry ConverterRegistry IgnoredAnnotationsTypeComparator SchemaTransformerRegistry SynonymBaseTypeComparator SynonymTypeComparator TypeMapperRegistry TypeMappingEnvironment