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.private static ObjectValuesResolverConversion.externalValueToInternalValueForEnum(GraphQLEnumType graphQLEnumType, Object value, GraphQLContext graphqlContext, Locale locale) including validationprivate static ListValuesResolverConversion.externalValueToInternalValueForList(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLList graphQLList, Object value, GraphQLContext graphqlContext, Locale locale) including validationprivate static ObjectValuesResolverConversion.externalValueToInternalValueForObject(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType inputObjectType, Map<String, Object> inputMap, GraphQLContext graphqlContext, Locale locale) performs validationprivate static ObjectValuesResolverConversion.externalValueToInternalValueForScalar(GraphQLScalarType graphQLScalarType, Object value, GraphQLContext graphqlContext, Locale locale) including validation(package private) static ObjectValuesResolverConversion.externalValueToInternalValueImpl(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLInputType graphQLType, Object originalValue, GraphQLContext graphqlContext, Locale locale) Performs validation toostatic 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
Methods 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.