Uses of Class
graphql.schema.InputValueWithState
Packages that use InputValueWithState
Package
Description
-
Uses of InputValueWithState in graphql.execution
Methods in graphql.execution with parameters of type InputValueWithStateModifier and TypeMethodDescription(package private) static ObjectValuesResolverConversion.defaultValueToInternalValue(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, InputValueWithState defaultValue, GraphQLInputType type, GraphQLContext graphqlContext, Locale locale) static <T> TValuesResolver.getInputValueImpl(GraphQLInputType inputType, InputValueWithState inputValue, GraphQLContext graphqlContext, Locale locale) static ObjectValuesResolver.valueToInternalValue(InputValueWithState inputValueWithState, GraphQLInputType inputType, GraphQLContext graphqlContext, Locale locale) (package private) static @Nullable ObjectValuesResolverConversion.valueToInternalValueImpl(InputInterceptor inputInterceptor, InputValueWithState inputValueWithState, GraphQLInputType inputType, GraphQLContext graphqlContext, Locale locale) static 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 Literal(package private) static ObjectValuesResolverConversion.valueToLiteralImpl(GraphqlFieldVisibility fieldVisibility, InputValueWithState inputValueWithState, GraphQLType type, ValuesResolver.ValueMode valueMode, GraphQLContext graphqlContext, Locale locale) -
Uses of InputValueWithState in graphql.execution.directives
Fields in graphql.execution.directives declared as InputValueWithStateModifier and TypeFieldDescriptionprivate InputValueWithStateQueryAppliedDirectiveArgument.Builder.valueprivate final InputValueWithStateQueryAppliedDirectiveArgument.valueMethods in graphql.execution.directives that return InputValueWithStateModifier and TypeMethodDescription@NotNull InputValueWithStateQueryAppliedDirectiveArgument.getArgumentValue()Methods in graphql.execution.directives with parameters of type InputValueWithStateModifier and TypeMethodDescriptionQueryAppliedDirectiveArgument.Builder.inputValueWithState(@NotNull InputValueWithState value) Constructors in graphql.execution.directives with parameters of type InputValueWithStateModifierConstructorDescriptionprivateQueryAppliedDirectiveArgument(String name, InputValueWithState value, GraphQLInputType type, Argument definition) -
Uses of InputValueWithState in graphql.introspection
Methods in graphql.introspection with parameters of type InputValueWithStateModifier and TypeMethodDescriptionprivate static StringIntrospection.printDefaultValue(InputValueWithState inputValueWithState, GraphQLInputType type, GraphQLContext graphQLContext, Locale locale) -
Uses of InputValueWithState in graphql.schema
Fields in graphql.schema declared as InputValueWithStateModifier and TypeFieldDescriptionprivate InputValueWithStateGraphQLArgument.Builder.defaultValueprivate final InputValueWithStateGraphQLArgument.defaultValueprivate InputValueWithStateGraphQLInputObjectField.Builder.defaultValueprivate final InputValueWithStateGraphQLInputObjectField.defaultValuestatic final InputValueWithStateInputValueWithState.NOT_SETprivate InputValueWithStateGraphQLAppliedDirectiveArgument.Builder.valueprivate final InputValueWithStateGraphQLAppliedDirectiveArgument.valueprivate InputValueWithStateGraphQLArgument.Builder.valueprivate final InputValueWithStateGraphQLArgument.valueMethods in graphql.schema that return InputValueWithStateModifier and TypeMethodDescription@NotNull InputValueWithStateGraphQLArgument.getArgumentDefaultValue()The default value of this argument.@NotNull InputValueWithStateGraphQLAppliedDirectiveArgument.getArgumentValue()@NotNull InputValueWithStateGraphQLArgument.getArgumentValue()Deprecated.@NotNull InputValueWithStateGraphQLInputObjectField.getInputFieldDefaultValue()The default value of this input field.static InputValueWithStateInputValueWithState.newExternalValue(@Nullable Object value) static InputValueWithStateInputValueWithState.newInternalValue(@Nullable Object value) static InputValueWithStateInputValueWithState.newLiteralValue(@NotNull Value value) Methods in graphql.schema with parameters of type InputValueWithStateModifier and TypeMethodDescriptionGraphQLAppliedDirectiveArgument.Builder.inputValueWithState(@NotNull InputValueWithState value) Constructors in graphql.schema with parameters of type InputValueWithStateModifierConstructorDescriptionprivateGraphQLAppliedDirectiveArgument(String name, InputValueWithState value, GraphQLInputType type, Argument definition) privateGraphQLArgument(String name, String description, GraphQLInputType type, InputValueWithState defaultValue, InputValueWithState value, InputValueDefinition definition, List<GraphQLDirective> directives, List<GraphQLAppliedDirective> appliedDirectives, String deprecationReason) privateGraphQLInputObjectField(String name, String description, GraphQLInputType type, InputValueWithState defaultValue, List<GraphQLDirective> directives, List<GraphQLAppliedDirective> appliedDirectives, InputValueDefinition definition, String deprecationReason) -
Uses of InputValueWithState in graphql.schema.idl
Methods in graphql.schema.idl with parameters of type InputValueWithStateModifier and TypeMethodDescriptionprivate static StringSchemaPrinter.printAst(InputValueWithState value, GraphQLInputType type) -
Uses of InputValueWithState in graphql.validation
Fields in graphql.validation with type parameters of type InputValueWithStateModifier and TypeFieldDescriptionprivate final List<InputValueWithState> TraversalContext.defaultValueStackMethods in graphql.validation that return InputValueWithStateModifier and TypeMethodDescriptionTraversalContext.getDefaultValue()ValidationContext.getDefaultValue()Methods in graphql.validation with parameters of type InputValueWithStateModifier and TypeMethodDescriptionprivate voidTraversalContext.addDefaultValue(InputValueWithState defaultValue)
GraphQLAppliedDirectiveArgumentinstead