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 Object
ValuesResolver.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 Boolean
GraphqlBooleanCoercing.parseLiteral
(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable Double
GraphqlFloatCoercing.parseLiteral
(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable Object
GraphqlIDCoercing.parseLiteral
(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable Integer
GraphqlIntCoercing.parseLiteral
(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) @Nullable String
GraphqlStringCoercing.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 I
Coercing.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 I
Coercing.parseLiteral
(@NotNull Object input) Deprecated.default I
Coercing.parseLiteral
(Object input, Map<String, Object> variables) Deprecated.