Uses of Class
graphql.schema.InputValueWithState
-
Packages that use InputValueWithState Package Description graphql.execution graphql.execution.directives graphql.introspection graphql.schema graphql.schema.idl graphql.validation -
-
Uses of InputValueWithState in graphql.execution
Methods in graphql.execution with parameters of type InputValueWithState Modifier and Type Method Description (package private) static java.lang.ObjectValuesResolverConversion. defaultValueToInternalValue(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, InputValueWithState defaultValue, GraphQLInputType type, GraphQLContext graphqlContext, java.util.Locale locale)static <T> TValuesResolver. getInputValueImpl(GraphQLInputType inputType, InputValueWithState inputValue, GraphQLContext graphqlContext, java.util.Locale locale)static java.lang.ObjectValuesResolver. valueToInternalValue(InputValueWithState inputValueWithState, GraphQLInputType inputType, GraphQLContext graphqlContext, java.util.Locale locale)(package private) static @Nullable java.lang.ObjectValuesResolverConversion. valueToInternalValueImpl(InputInterceptor inputInterceptor, InputValueWithState inputValueWithState, GraphQLInputType inputType, GraphQLContext graphqlContext, java.util.Locale locale)static Value<?>ValuesResolver. valueToLiteral(@NotNull InputValueWithState inputValueWithState, @NotNull GraphQLType type, GraphQLContext graphqlContext, java.util.Locale locale)static Value<?>ValuesResolver. valueToLiteral(@NotNull GraphqlFieldVisibility fieldVisibility, @NotNull InputValueWithState inputValueWithState, @NotNull GraphQLType type, GraphQLContext graphqlContext, java.util.Locale locale)Takes a value which can be in different states (internal, literal, external value) and converts into Literal(package private) static java.lang.ObjectValuesResolverConversion. valueToLiteralImpl(GraphqlFieldVisibility fieldVisibility, InputValueWithState inputValueWithState, GraphQLType type, ValuesResolver.ValueMode valueMode, GraphQLContext graphqlContext, java.util.Locale locale) -
Uses of InputValueWithState in graphql.execution.directives
Fields in graphql.execution.directives declared as InputValueWithState Modifier and Type Field Description private InputValueWithStateQueryAppliedDirectiveArgument.Builder. valueprivate InputValueWithStateQueryAppliedDirectiveArgument. valueMethods in graphql.execution.directives that return InputValueWithState Modifier and Type Method Description @NotNull InputValueWithStateQueryAppliedDirectiveArgument. getArgumentValue()Methods in graphql.execution.directives with parameters of type InputValueWithState Modifier and Type Method Description QueryAppliedDirectiveArgument.BuilderQueryAppliedDirectiveArgument.Builder. inputValueWithState(@NotNull InputValueWithState value)Constructors in graphql.execution.directives with parameters of type InputValueWithState Constructor Description QueryAppliedDirectiveArgument(java.lang.String name, InputValueWithState value, GraphQLInputType type, Argument definition) -
Uses of InputValueWithState in graphql.introspection
Methods in graphql.introspection with parameters of type InputValueWithState Modifier and Type Method Description private static java.lang.StringIntrospection. printDefaultValue(InputValueWithState inputValueWithState, GraphQLInputType type, GraphQLContext graphQLContext, java.util.Locale locale) -
Uses of InputValueWithState in graphql.schema
Fields in graphql.schema declared as InputValueWithState Modifier and Type Field Description private InputValueWithStateGraphQLArgument.Builder. defaultValueprivate InputValueWithStateGraphQLArgument. defaultValueprivate InputValueWithStateGraphQLInputObjectField.Builder. defaultValueprivate InputValueWithStateGraphQLInputObjectField. defaultValuestatic InputValueWithStateInputValueWithState. NOT_SETprivate InputValueWithStateGraphQLAppliedDirectiveArgument.Builder. valueprivate InputValueWithStateGraphQLAppliedDirectiveArgument. valueprivate InputValueWithStateGraphQLArgument.Builder. valueprivate InputValueWithStateGraphQLArgument. valueMethods in graphql.schema that return InputValueWithState Modifier and Type Method Description @NotNull InputValueWithStateGraphQLArgument. getArgumentDefaultValue()The default value of this argument.@NotNull InputValueWithStateGraphQLAppliedDirectiveArgument. getArgumentValue()@NotNull InputValueWithStateGraphQLArgument. getArgumentValue()Deprecated.useGraphQLAppliedDirectiveArgumentinstead@NotNull InputValueWithStateGraphQLInputObjectField. getInputFieldDefaultValue()The default value of this input field.static InputValueWithStateInputValueWithState. newExternalValue(@Nullable java.lang.Object value)static InputValueWithStateInputValueWithState. newInternalValue(@Nullable java.lang.Object value)static InputValueWithStateInputValueWithState. newLiteralValue(@NotNull Value value)Methods in graphql.schema with parameters of type InputValueWithState Modifier and Type Method Description GraphQLAppliedDirectiveArgument.BuilderGraphQLAppliedDirectiveArgument.Builder. inputValueWithState(@NotNull InputValueWithState value)Constructors in graphql.schema with parameters of type InputValueWithState Constructor Description GraphQLAppliedDirectiveArgument(java.lang.String name, InputValueWithState value, GraphQLInputType type, Argument definition)GraphQLArgument(java.lang.String name, java.lang.String description, GraphQLInputType type, InputValueWithState defaultValue, InputValueWithState value, InputValueDefinition definition, java.util.List<GraphQLDirective> directives, java.util.List<GraphQLAppliedDirective> appliedDirectives, java.lang.String deprecationReason)GraphQLInputObjectField(java.lang.String name, java.lang.String description, GraphQLInputType type, InputValueWithState defaultValue, java.util.List<GraphQLDirective> directives, java.util.List<GraphQLAppliedDirective> appliedDirectives, InputValueDefinition definition, java.lang.String deprecationReason) -
Uses of InputValueWithState in graphql.schema.idl
Methods in graphql.schema.idl with parameters of type InputValueWithState Modifier and Type Method Description private static java.lang.StringSchemaPrinter. printAst(InputValueWithState value, GraphQLInputType type) -
Uses of InputValueWithState in graphql.validation
Fields in graphql.validation with type parameters of type InputValueWithState Modifier and Type Field Description private java.util.List<InputValueWithState>TraversalContext. defaultValueStackMethods in graphql.validation that return InputValueWithState Modifier and Type Method Description InputValueWithStateTraversalContext. getDefaultValue()InputValueWithStateValidationContext. getDefaultValue()Methods in graphql.validation with parameters of type InputValueWithState Modifier and Type Method Description private voidTraversalContext. addDefaultValue(InputValueWithState defaultValue)
-