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 CoercedVariables
ValuesResolver.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 Object
ValuesResolverConversion.externalValueToInternalValueForEnum
(GraphQLEnumType graphQLEnumType, Object value, GraphQLContext graphqlContext, Locale locale) including validationprivate static List
ValuesResolverConversion.externalValueToInternalValueForList
(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLList graphQLList, Object value, GraphQLContext graphqlContext, Locale locale) including validationprivate static Object
ValuesResolverConversion.externalValueToInternalValueForObject
(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType inputObjectType, Map<String, Object> inputMap, GraphQLContext graphqlContext, Locale locale) performs validationprivate static Object
ValuesResolverConversion.externalValueToInternalValueForScalar
(GraphQLScalarType graphQLScalarType, Object value, GraphQLContext graphqlContext, Locale locale) including validation(package private) static Object
ValuesResolverConversion.externalValueToInternalValueImpl
(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLInputType graphQLType, Object originalValue, GraphQLContext graphqlContext, Locale locale) Performs validation toostatic Object
ValuesResolver.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 I
Coercing.parseValue
(@NotNull Object input) Deprecated.default I
Coercing.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.