Uses of Class
graphql.schema.CoercingParseLiteralException
-
Packages that use CoercingParseLiteralException Package Description graphql.execution graphql.scalar graphql.schema -
-
Uses of CoercingParseLiteralException in graphql.execution
Methods in graphql.execution that throw CoercingParseLiteralException Modifier and Type Method Description static java.lang.ObjectValuesResolver. valueToInternalValue(InputValueWithState inputValueWithState, GraphQLInputType inputType, GraphQLContext graphqlContext, java.util.Locale locale) -
Uses of CoercingParseLiteralException in graphql.scalar
Methods in graphql.scalar that throw CoercingParseLiteralException Modifier and Type Method Description @Nullable java.lang.BooleanGraphqlBooleanCoercing. parseLiteral(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)@Nullable java.lang.DoubleGraphqlFloatCoercing. parseLiteral(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)@Nullable java.lang.ObjectGraphqlIDCoercing. parseLiteral(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)@Nullable java.lang.IntegerGraphqlIntCoercing. parseLiteral(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)@Nullable java.lang.StringGraphqlStringCoercing. parseLiteral(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale) -
Uses of CoercingParseLiteralException in graphql.schema
Methods in graphql.schema that return CoercingParseLiteralException Modifier and Type Method Description CoercingParseLiteralExceptionCoercingParseLiteralException.Builder. build()Methods in graphql.schema that throw CoercingParseLiteralException Modifier and Type Method Description default ICoercing. parseLiteral(@NotNull Value<?> input, @NotNull CoercedVariables variables, @NotNull GraphQLContext graphQLContext, @NotNull java.util.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 java.lang.Object input)Deprecated.default ICoercing. parseLiteral(java.lang.Object input, java.util.Map<java.lang.String,java.lang.Object> variables)Deprecated.
-