Uses of Interface
io.leangen.graphql.generator.mapping.InputConverter
-
-
Uses of InputConverter in io.leangen.graphql
Methods in io.leangen.graphql with parameters of type InputConverter Modifier and Type Method Description GraphQLSchemaGeneratorGraphQLSchemaGenerator. withInputConverters(InputConverter<?,?>... inputConverters)Registers customInputConverters to be used for converting values provided by the GraphQL client into those expected by the corresponding Java method.GraphQLSchemaGeneratorGraphQLSchemaGenerator. withInputConvertersPrepended(InputConverter<?,?>... inputConverters)Method parameters in io.leangen.graphql with type arguments of type InputConverter Modifier and Type Method Description GraphQLSchemaGeneratorGraphQLSchemaGenerator. withInputConverters(ExtensionProvider<GeneratorConfiguration,InputConverter> provider) -
Uses of InputConverter in io.leangen.graphql.execution
Methods in io.leangen.graphql.execution that return types with arguments of type InputConverter Modifier and Type Method Description List<InputConverter>GlobalEnvironment. getInputConverters() -
Uses of InputConverter in io.leangen.graphql.generator.mapping
Classes in io.leangen.graphql.generator.mapping that implement InputConverter 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 InputConverter Modifier and Type Method Description <T,S>
InputConverter<T,S>ConverterRegistry. getInputConverter(AnnotatedType inputType)Methods in io.leangen.graphql.generator.mapping that return types with arguments of type InputConverter Modifier and Type Method Description List<InputConverter>ConverterRegistry. getInputConverters()Constructor parameters in io.leangen.graphql.generator.mapping with type arguments of type InputConverter Constructor Description ConverterRegistry(List<InputConverter> inputConverters, List<OutputConverter> outputConverters) -
Uses of InputConverter in io.leangen.graphql.generator.mapping.common
Classes in io.leangen.graphql.generator.mapping.common that implement InputConverter Modifier and Type Class Description classEnumMapToObjectTypeAdapter<E extends Enum<E>,V>classIdAdapterMaps, converts and injects GraphQL IDs.classIterableAdapter<T>classMapToListTypeAdapterAs maps are dynamic structures with no equivalent in GraphQL, they require special treatment.classOptionalAdapterclassOptionalDoubleAdapterclassOptionalIntAdapterclassOptionalLongAdapterclassStreamToCollectionTypeAdapter<T> -
Uses of InputConverter in io.leangen.graphql.generator.mapping.core
Classes in io.leangen.graphql.generator.mapping.core that implement InputConverter Modifier and Type Class Description classCompletableFutureAdapter<T> -
Uses of InputConverter in io.leangen.graphql.metadata.strategy.value.jackson
Constructors in io.leangen.graphql.metadata.strategy.value.jackson with parameters of type InputConverter Constructor Description ConvertingDeserializer(InputConverter inputConverter, GlobalEnvironment environment, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of InputConverter in io.leangen.graphql.module
Methods in io.leangen.graphql.module that return types with arguments of type InputConverter Modifier and Type Method Description default List<InputConverter<?,?>>SimpleModule. getInputConverters() -
Uses of InputConverter in io.leangen.graphql.module.common.jackson
Classes in io.leangen.graphql.module.common.jackson that implement InputConverter Modifier and Type Class Description classJsonArrayAdapterclassJsonNodeAdapterMethods in io.leangen.graphql.module.common.jackson that return types with arguments of type InputConverter Modifier and Type Method Description List<InputConverter<?,?>>JacksonModule. getInputConverters()
-