Uses of Class
io.leangen.graphql.metadata.InputField
-
-
Uses of InputField in io.leangen.graphql.generator
Methods in io.leangen.graphql.generator that return InputField Modifier and Type Method Description InputFieldTypeRegistry. getMappedInputField(graphql.schema.FieldCoordinates inputField)Methods in io.leangen.graphql.generator that return types with arguments of type InputField Modifier and Type Method Description Set<InputField>DelegatingInputFieldBuilder. getInputFields(InputFieldBuilderParams params)Methods in io.leangen.graphql.generator with parameters of type InputField Modifier and Type Method Description voidTypeRegistry. registerMapping(graphql.schema.FieldCoordinates field, InputField inputField)graphql.schema.GraphQLInputObjectFieldOperationMapper. toGraphQLInputField(InputField inputField, BuildContext buildContext)Maps a single field/property to a GraphQL input field. -
Uses of InputField in io.leangen.graphql.generator.mapping
Methods in io.leangen.graphql.generator.mapping with parameters of type InputField Modifier and Type Method Description graphql.schema.GraphQLInputObjectFieldSchemaTransformerRegistry. transform(graphql.schema.GraphQLInputObjectField field, InputField inputField, OperationMapper operationMapper, BuildContext buildContext)default graphql.schema.GraphQLInputObjectFieldSchemaTransformer. transformInputField(graphql.schema.GraphQLInputObjectField field, InputField inputField, OperationMapper operationMapper, BuildContext buildContext) -
Uses of InputField in io.leangen.graphql.generator.mapping.common
Methods in io.leangen.graphql.generator.mapping.common with parameters of type InputField Modifier and Type Method Description graphql.schema.GraphQLInputObjectFieldNonNullMapper. transformInputField(graphql.schema.GraphQLInputObjectField field, InputField inputField, OperationMapper operationMapper, BuildContext buildContext) -
Uses of InputField in io.leangen.graphql.metadata.strategy.value
Methods in io.leangen.graphql.metadata.strategy.value that return types with arguments of type InputField Modifier and Type Method Description Set<InputField>AnnotationInputFieldBuilder. getInputFields(InputFieldBuilderParams params)Set<InputField>InputFieldBuilder. getInputFields(InputFieldBuilderParams params) -
Uses of InputField in io.leangen.graphql.metadata.strategy.value.gson
Methods in io.leangen.graphql.metadata.strategy.value.gson that return types with arguments of type InputField Modifier and Type Method Description Set<InputField>GsonValueMapper. getInputFields(InputFieldBuilderParams params)Unlike Jackson, Gson doesn't expose any of its metadata, so this method is more or less a reimplementation ofcom.google.gson.internal.bind.ReflectiveTypeAdapterFactory#getBoundFields(Gson, com.google.gson.reflect.TypeToken, Class) -
Uses of InputField in io.leangen.graphql.metadata.strategy.value.jackson
Methods in io.leangen.graphql.metadata.strategy.value.jackson that return types with arguments of type InputField Modifier and Type Method Description Set<InputField>JacksonValueMapper. getInputFields(InputFieldBuilderParams params)
-