Uses of Interface
io.leangen.graphql.generator.mapping.OutputConverter
-
-
Uses of OutputConverter in io.leangen.graphql
Methods in io.leangen.graphql with parameters of type OutputConverter Modifier and Type Method Description GraphQLSchemaGeneratorGraphQLSchemaGenerator. withOutputConverters(OutputConverter<?,?>... outputConverters)Registers customOutputConverters to be used for converting values returned by the exposed Java method into those expected by the GraphQL client.GraphQLSchemaGeneratorGraphQLSchemaGenerator. withOutputConvertersPrepended(OutputConverter<?,?>... outputConverters)Method parameters in io.leangen.graphql with type arguments of type OutputConverter Modifier and Type Method Description GraphQLSchemaGeneratorGraphQLSchemaGenerator. withOutputConverters(ExtensionProvider<GeneratorConfiguration,OutputConverter> provider) -
Uses of OutputConverter in io.leangen.graphql.generator.mapping
Subinterfaces of OutputConverter in io.leangen.graphql.generator.mapping Modifier and Type Interface Description interfaceDelegatingOutputConverter<T,S>Classes in io.leangen.graphql.generator.mapping that implement OutputConverter Modifier and Type Class Description classAbstractSimpleTypeAdapter<T,S>classAbstractTypeAdapter<T,S>Created by bojan.tomic on 9/21/16.Methods in io.leangen.graphql.generator.mapping that return OutputConverter Modifier and Type Method Description <T,S>
OutputConverter<T,S>ConverterRegistry. getOutputConverter(AnnotatedElement element, AnnotatedType outputType)Methods in io.leangen.graphql.generator.mapping that return types with arguments of type OutputConverter Modifier and Type Method Description List<OutputConverter>ConverterRegistry. getOutputConverters() -
Uses of OutputConverter in io.leangen.graphql.generator.mapping.common
Classes in io.leangen.graphql.generator.mapping.common that implement OutputConverter Modifier and Type Class Description classArrayAdapterclassCollectionOutputConverterOnly used to trigger the conversion of collection elementsclassIdAdapterMaps, converts and injects GraphQL IDs.classMapOutputConverterOnly used to trigger the conversion of map keys and valuesclassMapToListTypeAdapterAs maps are dynamic structures with no equivalent in GraphQL, they require special treatment.classOptionalAdapterclassOptionalDoubleAdapterclassOptionalIntAdapterclassOptionalLongAdapterclassStreamToCollectionTypeAdapter<T> -
Uses of OutputConverter in io.leangen.graphql.generator.mapping.core
Classes in io.leangen.graphql.generator.mapping.core that implement OutputConverter Modifier and Type Class Description classCompletableFutureAdapter<T>classPublisherAdapter<T> -
Uses of OutputConverter in io.leangen.graphql.module
Methods in io.leangen.graphql.module that return types with arguments of type OutputConverter Modifier and Type Method Description default List<OutputConverter<?,?>>SimpleModule. getOutputConverters() -
Uses of OutputConverter in io.leangen.graphql.module.common.gson
Classes in io.leangen.graphql.module.common.gson that implement OutputConverter Modifier and Type Class Description classGsonArrayAdapterMethods in io.leangen.graphql.module.common.gson that return types with arguments of type OutputConverter Modifier and Type Method Description List<OutputConverter<?,?>>GsonModule. getOutputConverters() -
Uses of OutputConverter in io.leangen.graphql.module.common.jackson
Classes in io.leangen.graphql.module.common.jackson that implement OutputConverter Modifier and Type Class Description classJsonArrayAdapterclassJsonNodeAdapterMethods in io.leangen.graphql.module.common.jackson that return types with arguments of type OutputConverter Modifier and Type Method Description List<OutputConverter<?,?>>JacksonModule. getOutputConverters()
-