Uses of Interface
graphql.language.Value
Packages that use Value
Package
Description
-
Uses of Value in graphql.analysis
Methods in graphql.analysis that return ValueModifier and TypeMethodDescriptionQueryVisitorFieldArgumentInputValue.getValue()QueryVisitorFieldArgumentInputValueImpl.getValue()Methods in graphql.analysis with parameters of type ValueModifier and TypeMethodDescriptionprotected TraversalControlNodeVisitorWithTypeTracking.visitValue(Value<?> value, TraverserContext<Node> context) -
Uses of Value in graphql.execution
Methods in graphql.execution that return ValueModifier and TypeMethodDescriptionstatic Value<?> ValuesResolver.valueToLiteral(@NotNull InputValueWithState inputValueWithState, @NotNull GraphQLType type, GraphQLContext graphqlContext, Locale locale) static Value<?> ValuesResolver.valueToLiteral(@NotNull GraphqlFieldVisibility fieldVisibility, @NotNull InputValueWithState inputValueWithState, @NotNull GraphQLType type, GraphQLContext graphqlContext, Locale locale) Takes a value which can be in different states (internal, literal, external value) and converts into LiteralMethods in graphql.execution with parameters of type ValueModifier and TypeMethodDescriptionstatic ObjectValuesResolver.literalToNormalizedValue(GraphqlFieldVisibility fieldVisibility, GraphQLType type, Value inputValue, Map<String, NormalizedInputValue> normalizedVariables) -
Uses of Value in graphql.execution.directives
Methods in graphql.execution.directives with parameters of type ValueModifier and TypeMethodDescriptionQueryAppliedDirectiveArgument.Builder.valueLiteral(@NotNull Value<?> value) Sets a literal AST value as the arguments value -
Uses of Value in graphql.language
Classes in graphql.language with type parameters of type ValueSubinterfaces of Value in graphql.languageClasses in graphql.language that implement ValueModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in graphql.language that return ValueModifier and TypeMethodDescriptionInputValueDefinition.getDefaultValue()VariableDefinition.getDefaultValue()Argument.getValue()ObjectField.getValue()Methods in graphql.language that return types with arguments of type ValueMethods in graphql.language with parameters of type ValueModifier and TypeMethodDescriptionInputValueDefinition.Builder.defaultValue(Value defaultValue) VariableDefinition.Builder.defaultValue(Value defaultValue) static Argument.BuilderArgument.newArgument(String name, Value value) static VariableDefinition.BuilderVariableDefinition.newVariableDefinition(String name, Type type, Value defaultValue) static booleanprotected TraversalControlNodeVisitorStub.visitValue(Value<?> node, TraverserContext<Node> context) Method parameters in graphql.language with type arguments of type ValueModifier and TypeMethodDescriptionConstructors in graphql.language with parameters of type ValueModifierConstructorDescriptionalternative to using a Builder for convenienceprotectedArgument(String name, Value value, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) InputValueDefinition(String name, Type type, Value defaultValue) alternative to using a Builder for convenienceprotectedInputValueDefinition(String name, Type type, Value defaultValue, List<Directive> directives, Description description, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) ObjectField(String name, Value value) alternative to using a Builder for convenienceprotectedObjectField(String name, Value value, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) VariableDefinition(String name, Type type, Value defaultValue) alternative to using a Builder for convenienceprotectedVariableDefinition(String name, Type type, Value defaultValue, List<Directive> directives, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) Constructor parameters in graphql.language with type arguments of type ValueModifierConstructorDescriptionArrayValue(List<Value> values) alternative to using a Builder for convenienceprotectedArrayValue(List<Value> values, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) -
Uses of Value in graphql.parser
Methods in graphql.parser that return ValueModifier and TypeMethodDescriptionprotected ValueGraphqlAntlrToLanguage.createValue(GraphqlParser.ValueContext ctx) protected ValueGraphqlAntlrToLanguage.createValue(GraphqlParser.ValueWithVariableContext ctx) static Value<?> Parser.parseValue(String input) Parses a string input into a graphql ASTValue -
Uses of Value in graphql.scalar
Methods in graphql.scalar that return ValueModifier and TypeMethodDescriptionGraphqlBooleanCoercing.valueToLiteral(@NotNull Object input) Deprecated.@NotNull Value<?> GraphqlBooleanCoercing.valueToLiteral(@NotNull Object input, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) GraphqlFloatCoercing.valueToLiteral(@NotNull Object input) Deprecated.@NotNull Value<?> GraphqlFloatCoercing.valueToLiteral(@NotNull Object input, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) GraphqlIDCoercing.valueToLiteral(@NotNull Object input) Deprecated.@NotNull Value<?> GraphqlIDCoercing.valueToLiteral(@NotNull Object input, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) GraphqlIntCoercing.valueToLiteral(@NotNull Object input) Deprecated.@NotNull Value<?> GraphqlIntCoercing.valueToLiteral(@NotNull Object input, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) GraphqlStringCoercing.valueToLiteral(@NotNull Object input) Deprecated.@NotNull Value<?> GraphqlStringCoercing.valueToLiteral(@NotNull Object input, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) Methods in graphql.scalar with parameters of type ValueModifier 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 Value in graphql.schema
Methods in graphql.schema that return ValueModifier and TypeMethodDescriptiondefault @NotNull ValueCoercing.valueToLiteral(@NotNull Object input) Deprecated.default @NotNull Value<?> Coercing.valueToLiteral(@NotNull Object input, @NotNull GraphQLContext graphQLContext, @NotNull Locale locale) Converts an external input value to a literal (Ast Value).GraphQLEnumType.valueToLiteral(Object input) Deprecated.Value<?> GraphQLEnumType.valueToLiteral(Object input, GraphQLContext graphQLContext, Locale locale) Methods in graphql.schema with parameters of type ValueModifier and TypeMethodDescriptionGraphQLArgument.Builder.defaultValueLiteral(@NotNull Value defaultValue) GraphQLInputObjectField.Builder.defaultValueLiteral(Value defaultValue) static InputValueWithStateInputValueWithState.newLiteralValue(@NotNull Value value) default 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.GraphQLEnumType.parseLiteral(Value<?> input, GraphQLContext graphQLContext, Locale locale) GraphQLAppliedDirectiveArgument.Builder.valueLiteral(@NotNull Value<?> value) Sets a literal AST value as the arguments valueGraphQLArgument.Builder.valueLiteral(@NotNull Value value) Deprecated. -
Uses of Value in graphql.validation
Methods in graphql.validation with parameters of type ValueModifier and TypeMethodDescriptionprotected voidArgumentValidationUtil.handleEnumError(Value<?> value, GraphQLEnumType type, GraphQLError invalid) protected voidValidationUtil.handleEnumError(Value<?> value, GraphQLEnumType type, GraphQLError invalid) protected voidArgumentValidationUtil.handleExtraFieldError(Value<?> value, GraphQLInputObjectType type, ObjectField objectField) protected voidValidationUtil.handleExtraFieldError(Value<?> value, GraphQLInputObjectType type, ObjectField objectField) protected voidArgumentValidationUtil.handleFieldNotValidError(Value<?> value, GraphQLType type, int index) protected voidValidationUtil.handleFieldNotValidError(Value<?> value, GraphQLType type, int index) protected voidArgumentValidationUtil.handleMissingFieldsError(Value<?> value, GraphQLInputObjectType type, Set<String> missingFields) protected voidValidationUtil.handleMissingFieldsError(Value<?> value, GraphQLInputObjectType type, Set<String> missingFields) protected voidArgumentValidationUtil.handleNotObjectError(Value<?> value, GraphQLInputObjectType type) protected voidValidationUtil.handleNotObjectError(Value<?> value, GraphQLInputObjectType type) protected voidArgumentValidationUtil.handleNullError(Value<?> value, GraphQLType type) protected voidValidationUtil.handleNullError(Value<?> value, GraphQLType type) protected voidArgumentValidationUtil.handleScalarError(Value<?> value, GraphQLScalarType type, GraphQLError invalid) protected voidValidationUtil.handleScalarError(Value<?> value, GraphQLScalarType type, GraphQLError invalid) booleanValidationUtil.isValidLiteralValue(Value<?> value, GraphQLType type, GraphQLSchema schema, GraphQLContext graphQLContext, Locale locale) -
Uses of Value in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type ValueModifier and TypeMethodDescriptionbooleanVariablesTypesMatcher.doesVariableTypesMatch(GraphQLType varType, Value<?> varDefaultValue, GraphQLType locationType, Value<?> locationDefaultValue) This method and variable naming was inspired from the reference graphql-js implementationVariablesTypesMatcher.effectiveType(GraphQLType variableType, Value<?> defaultValue)
GraphQLAppliedDirectiveArgumentmethods instead