Uses of Class
graphql.schema.CoercingParseLiteralException
Packages that use CoercingParseLiteralException
-
Uses of CoercingParseLiteralException in graphql.execution
Methods in graphql.execution that throw CoercingParseLiteralExceptionModifier and TypeMethodDescriptionstatic ObjectValuesResolver.valueToInternalValue(InputValueWithState inputValueWithState, GraphQLInputType inputType, GraphQLContext graphqlContext, Locale locale) -
Uses of CoercingParseLiteralException in graphql.scalar
Methods in graphql.scalar that throw CoercingParseLiteralExceptionModifier and TypeMethodDescription@Nullable BooleanGraphqlBooleanCoercing.parseLiteral(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable DoubleGraphqlFloatCoercing.parseLiteral(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable ObjectGraphqlIDCoercing.parseLiteral(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable IntegerGraphqlIntCoercing.parseLiteral(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable StringGraphqlStringCoercing.parseLiteral(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) -
Uses of CoercingParseLiteralException in graphql.schema
Methods in graphql.schema that return CoercingParseLiteralExceptionMethods in graphql.schema that throw CoercingParseLiteralExceptionModifier and TypeMethodDescriptiondefault ICoercing.parseLiteral(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) Called during query execution to convert a query input AST node into a Java object acceptable for the scalar type.default ICoercing.parseLiteral(@NotNull Object input) Deprecated.default ICoercing.parseLiteral(Object input, Map<String, Object> variables) Deprecated.