Uses of Class
graphql.schema.CoercingParseValueException
Packages that use CoercingParseValueException
-
Uses of CoercingParseValueException in graphql.execution
Methods in graphql.execution that throw CoercingParseValueExceptionModifier and TypeMethodDescriptionstatic CoercedVariablesValuesResolver.coerceVariableValues(GraphQLSchema schema, List<VariableDefinition> variableDefinitions, RawVariables rawVariables, GraphQLContext graphqlContext, Locale locale) This method coerces the "raw" variables values provided to the engine.static ObjectValuesResolver.valueToInternalValue(InputValueWithState inputValueWithState, GraphQLInputType inputType, GraphQLContext graphqlContext, Locale locale) -
Uses of CoercingParseValueException in graphql.scalar
Methods in graphql.scalar that throw CoercingParseValueExceptionModifier and TypeMethodDescriptionGraphqlBooleanCoercing.parseValue(@NotNull Object input, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) GraphqlFloatCoercing.parseValue(@NotNull Object input, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) GraphqlIDCoercing.parseValue(@NotNull Object input, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) GraphqlIntCoercing.parseValue(@NotNull Object input, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) GraphqlStringCoercing.parseValue(@NotNull Object input, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) -
Uses of CoercingParseValueException in graphql.schema
Subclasses with type arguments of type CoercingParseValueException in graphql.schemaMethods in graphql.schema that return CoercingParseValueExceptionMethods in graphql.schema that throw CoercingParseValueExceptionModifier and TypeMethodDescriptiondefault ICoercing.parseValue(@NotNull Object input) Deprecated.default ICoercing.parseValue(@NotNull Object input, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) Called to resolve an input from a query variable into a Java object acceptable for the scalar type.