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 Object
ValuesResolverConversion.defaultValueToInternalValue
(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, InputValueWithState defaultValue, GraphQLInputType type, GraphQLContext graphqlContext, Locale locale) static <T> T
ValuesResolver.getInputValueImpl
(GraphQLInputType inputType, InputValueWithState inputValue, GraphQLContext graphqlContext, Locale locale) static Object
ValuesResolver.valueToInternalValue
(InputValueWithState inputValueWithState, GraphQLInputType inputType, GraphQLContext graphqlContext, Locale locale) (package private) static @Nullable Object
ValuesResolverConversion.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 Object
ValuesResolverConversion.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 InputValueWithState
QueryAppliedDirectiveArgument.Builder.value
private final InputValueWithState
QueryAppliedDirectiveArgument.value
Methods in graphql.execution.directives that return InputValueWithStateModifier and TypeMethodDescription@NotNull InputValueWithState
QueryAppliedDirectiveArgument.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 InputValueWithStateModifierConstructorDescriptionprivate
QueryAppliedDirectiveArgument
(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 String
Introspection.printDefaultValue
(InputValueWithState inputValueWithState, GraphQLInputType type, GraphQLContext graphQLContext, Locale locale) -
Uses of InputValueWithState in graphql.schema
Fields in graphql.schema declared as InputValueWithStateModifier and TypeFieldDescriptionprivate InputValueWithState
GraphQLArgument.Builder.defaultValue
private final InputValueWithState
GraphQLArgument.defaultValue
private InputValueWithState
GraphQLInputObjectField.Builder.defaultValue
private final InputValueWithState
GraphQLInputObjectField.defaultValue
static final InputValueWithState
InputValueWithState.NOT_SET
private InputValueWithState
GraphQLAppliedDirectiveArgument.Builder.value
private final InputValueWithState
GraphQLAppliedDirectiveArgument.value
private InputValueWithState
GraphQLArgument.Builder.value
private final InputValueWithState
GraphQLArgument.value
Methods in graphql.schema that return InputValueWithStateModifier and TypeMethodDescription@NotNull InputValueWithState
GraphQLArgument.getArgumentDefaultValue()
The default value of this argument.@NotNull InputValueWithState
GraphQLAppliedDirectiveArgument.getArgumentValue()
@NotNull InputValueWithState
GraphQLArgument.getArgumentValue()
Deprecated.@NotNull InputValueWithState
GraphQLInputObjectField.getInputFieldDefaultValue()
The default value of this input field.static InputValueWithState
InputValueWithState.newExternalValue
(@Nullable Object value) static InputValueWithState
InputValueWithState.newInternalValue
(@Nullable Object value) static InputValueWithState
InputValueWithState.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 InputValueWithStateModifierConstructorDescriptionprivate
GraphQLAppliedDirectiveArgument
(String name, InputValueWithState value, GraphQLInputType type, Argument definition) private
GraphQLArgument
(String name, String description, GraphQLInputType type, InputValueWithState defaultValue, InputValueWithState value, InputValueDefinition definition, List<GraphQLDirective> directives, List<GraphQLAppliedDirective> appliedDirectives, String deprecationReason) private
GraphQLInputObjectField
(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 String
SchemaPrinter.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.defaultValueStack
Methods in graphql.validation that return InputValueWithStateModifier and TypeMethodDescriptionTraversalContext.getDefaultValue()
ValidationContext.getDefaultValue()
Methods in graphql.validation with parameters of type InputValueWithStateModifier and TypeMethodDescriptionprivate void
TraversalContext.addDefaultValue
(InputValueWithState defaultValue)
GraphQLAppliedDirectiveArgument
instead