Uses of Class
graphql.GraphQLContext
-
-
Uses of GraphQLContext in graphql
Fields in graphql declared as GraphQLContext Modifier and Type Field Description private GraphQLContextExecutionInput.Builder. graphQLContextprivate GraphQLContextExecutionInput. graphQLContextprivate GraphQLContextTypeResolutionEnvironment. graphQLContextMethods in graphql that return GraphQLContext Modifier and Type Method Description GraphQLContextGraphQLContext.Builder. build()GraphQLContextGraphQLContext. delete(java.lang.Object key)Deletes a key in the contextstatic GraphQLContextGraphQLContext. getDefault()GraphQLContextExecutionInput. getGraphQLContext()GraphQLContextTypeResolutionEnvironment. getGraphQLContext()static GraphQLContextGraphQLContext. of(java.util.function.Consumer<GraphQLContext.Builder> contextBuilderConsumer)Creates a new GraphqlContext with the map of context added to itstatic GraphQLContextGraphQLContext. of(java.util.Map<?,java.lang.Object> mapOfContext)Creates a new GraphqlContext with the map of context added to itGraphQLContextGraphQLContext. put(java.lang.Object key, java.lang.Object value)Puts a value into the contextGraphQLContextGraphQLContext. putAll(GraphQLContext context)Puts all of the values into the contextGraphQLContextGraphQLContext. putAll(GraphQLContext.Builder contextBuilder)Puts all of the values into the contextGraphQLContextGraphQLContext. putAll(java.util.function.Consumer<GraphQLContext.Builder> contextBuilderConsumer)Puts all of the values into the contextGraphQLContextGraphQLContext. putAll(java.util.Map<?,java.lang.Object> map)Puts all of the values into the contextMethods in graphql with parameters of type GraphQLContext Modifier and Type Method Description GraphQLContext.BuilderGraphQLContext.Builder. of(GraphQLContext graphQLContext)Adds all of the values in the map into the context builder.GraphQLContextGraphQLContext. putAll(GraphQLContext context)Puts all of the values into the contextprivate ExecutionInput.BuilderExecutionInput.Builder. transfer(GraphQLContext graphQLContext) -
Uses of GraphQLContext in graphql.analysis
Fields in graphql.analysis declared as GraphQLContext Modifier and Type Field Description private GraphQLContextQueryTraversalContext. graphQLContextMethods in graphql.analysis that return GraphQLContext Modifier and Type Method Description GraphQLContextQueryTraversalContext. getGraphQLContext()Constructors in graphql.analysis with parameters of type GraphQLContext Constructor Description QueryTraversalContext(GraphQLOutputType outputType, QueryVisitorFieldEnvironment environment, SelectionSetContainer<?> selectionSetContainer, GraphQLContext graphQLContext) -
Uses of GraphQLContext in graphql.execution
Fields in graphql.execution declared as GraphQLContext Modifier and Type Field Description private GraphQLContextExecutionContext. graphQLContext(package private) GraphQLContextExecutionContextBuilder. graphQLContextprivate GraphQLContextFieldCollectorParameters.Builder. graphQLContextprivate GraphQLContextFieldCollectorParameters. graphQLContextprivate GraphQLContextTypeResolutionParameters.Builder. graphQLContextprivate GraphQLContextTypeResolutionParameters. graphQLContextMethods in graphql.execution that return GraphQLContext Modifier and Type Method Description GraphQLContextExecutionContext. getGraphQLContext()GraphQLContextFieldCollectorParameters. getGraphQLContext()GraphQLContextTypeResolutionParameters. getGraphQLContext()Methods in graphql.execution with parameters of type GraphQLContext Modifier and Type Method Description private voidExecution. addExtensionsBuilderNotPresent(GraphQLContext graphQLContext)static CoercedVariablesValuesResolver. coerceVariableValues(GraphQLSchema schema, java.util.List<VariableDefinition> variableDefinitions, RawVariables rawVariables, GraphQLContext graphqlContext, java.util.Locale locale)This method coerces the "raw" variables values provided to the engine.(package private) static java.lang.ObjectValuesResolverConversion. defaultValueToInternalValue(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, InputValueWithState defaultValue, GraphQLInputType type, GraphQLContext graphqlContext, java.util.Locale locale)static java.lang.ObjectValuesResolver. externalValueToInternalValue(GraphqlFieldVisibility fieldVisibility, java.lang.Object externalValue, GraphQLInputType type, GraphQLContext graphqlContext, java.util.Locale locale)Converts an external value to an internal value(package private) static java.lang.ObjectValuesResolverConversion. externalValueToInternalValue(GraphqlFieldVisibility fieldVisibility, java.lang.Object externalValue, GraphQLInputType type, GraphQLContext graphqlContext, java.util.Locale locale)Converts an external value to an internal valueprivate static java.lang.ObjectValuesResolverConversion. externalValueToInternalValueForEnum(GraphQLEnumType graphQLEnumType, java.lang.Object value, GraphQLContext graphqlContext, java.util.Locale locale)including validationprivate static java.util.ListValuesResolverConversion. externalValueToInternalValueForList(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLList graphQLList, java.lang.Object value, GraphQLContext graphqlContext, java.util.Locale locale)including validationprivate static java.lang.ObjectValuesResolverConversion. externalValueToInternalValueForObject(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType inputObjectType, java.util.Map<java.lang.String,java.lang.Object> inputMap, GraphQLContext graphqlContext, java.util.Locale locale)performs validationprivate static java.lang.ObjectValuesResolverConversion. externalValueToInternalValueForScalar(GraphQLScalarType graphQLScalarType, java.lang.Object value, GraphQLContext graphqlContext, java.util.Locale locale)including validation(package private) static CoercedVariablesValuesResolverConversion. externalValueToInternalValueForVariables(InputInterceptor inputInterceptor, GraphQLSchema schema, java.util.List<VariableDefinition> variableDefinitions, RawVariables rawVariables, GraphQLContext graphqlContext, java.util.Locale locale)performs validation too(package private) static java.lang.ObjectValuesResolverConversion. externalValueToInternalValueImpl(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLInputType graphQLType, java.lang.Object originalValue, GraphQLContext graphqlContext, java.util.Locale locale)Performs validation too(package private) static java.lang.ObjectValuesResolverConversion. externalValueToLiteral(GraphqlFieldVisibility fieldVisibility, @Nullable java.lang.Object value, GraphQLInputType type, ValuesResolver.ValueMode valueMode, GraphQLContext graphqlContext, java.util.Locale locale)No validation: the external value is assumed to be valid.private static Value<?>ValuesResolverConversion. externalValueToLiteralForEnum(GraphQLEnumType enumType, java.lang.Object value, GraphQLContext graphqlContext, java.util.Locale locale)No validationprivate static java.lang.ObjectValuesResolverConversion. externalValueToLiteralForList(GraphqlFieldVisibility fieldVisibility, GraphQLList listType, java.lang.Object value, ValuesResolver.ValueMode valueMode, GraphQLContext graphqlContext, java.util.Locale locale)No validationprivate static java.lang.ObjectValuesResolverConversion. externalValueToLiteralForObject(GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType inputObjectType, java.lang.Object inputValue, ValuesResolver.ValueMode valueMode, GraphQLContext graphqlContext, java.util.Locale locale)No validationprivate static Value<?>ValuesResolverConversion. externalValueToLiteralForScalar(GraphQLScalarType scalarType, java.lang.Object value, GraphQLContext graphqlContext, @NotNull java.util.Locale locale)No validationstatic java.util.Map<java.lang.String,java.lang.Object>ValuesResolver. getArgumentValues(GraphQLCodeRegistry codeRegistry, java.util.List<GraphQLArgument> argumentTypes, java.util.List<Argument> arguments, CoercedVariables coercedVariables, GraphQLContext graphqlContext, java.util.Locale locale)static java.util.Map<java.lang.String,java.lang.Object>ValuesResolver. getArgumentValues(java.util.List<GraphQLArgument> argumentTypes, java.util.List<Argument> arguments, CoercedVariables coercedVariables, GraphQLContext graphqlContext, java.util.Locale locale)This is not used for validation: the argument literals are all validated and the variables are validated (when coerced)private static java.util.Map<java.lang.String,java.lang.Object>ValuesResolver. getArgumentValuesImpl(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, java.util.List<GraphQLArgument> argumentTypes, java.util.List<Argument> arguments, CoercedVariables coercedVariables, GraphQLContext graphqlContext, java.util.Locale locale)static <T> TValuesResolver. getInputValueImpl(GraphQLInputType inputType, InputValueWithState inputValue, GraphQLContext graphqlContext, java.util.Locale locale)static java.util.Map<java.lang.String,NormalizedInputValue>ValuesResolver. getNormalizedVariableValues(GraphQLSchema schema, java.util.List<VariableDefinition> variableDefinitions, RawVariables rawVariables, GraphQLContext graphqlContext, java.util.Locale locale)Normalized variables values are Literals with type information.ExecutionContextBuilderExecutionContextBuilder. graphQLContext(GraphQLContext context)FieldCollectorParameters.BuilderFieldCollectorParameters.Builder. graphQLContext(GraphQLContext graphQLContext)TypeResolutionParameters.BuilderTypeResolutionParameters.Builder. graphQLContext(GraphQLContext context)private static Value<?>ValuesResolverLegacy. handleInputObjectLegacy(java.lang.Object javaValue, GraphQLInputObjectType type, GraphQLContext graphqlContext, java.util.Locale locale)private static Value<?>ValuesResolverLegacy. handleListLegacy(java.lang.Object value, GraphQLList type, GraphQLContext graphqlContext, java.util.Locale locale)private static Value<?>ValuesResolverLegacy. handleNonNullLegacy(java.lang.Object _value, GraphQLNonNull type, GraphQLContext graphqlContext, java.util.Locale locale)(package private) static java.lang.ObjectValuesResolverConversion. literalToInternalValue(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLInputType type, Value inputValue, CoercedVariables coercedVariables, GraphQLContext graphqlContext, java.util.Locale locale)No validation (it was checked before via ArgumentsOfCorrectType and VariableDefaultValuesOfCorrectType)private static java.lang.ObjectValuesResolverConversion. literalToInternalValueForInputObject(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType type, ObjectValue inputValue, CoercedVariables coercedVariables, GraphQLContext graphqlContext, java.util.Locale locale)no validationprivate static java.lang.ObjectValuesResolverConversion. literalToInternalValueForList(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLList graphQLList, Value value, CoercedVariables coercedVariables, GraphQLContext graphqlContext, java.util.Locale locale)no validationprivate static java.lang.ObjectValuesResolverConversion. literalToInternalValueForScalar(Value inputValue, GraphQLScalarType scalarType, CoercedVariables coercedVariables, GraphQLContext graphqlContext, @NotNull java.util.Locale locale)no validationprivate static @Nullable java.lang.ObjectValuesResolverConversion. literalToInternalValueImpl(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLType type, Value inputValue, CoercedVariables coercedVariables, GraphQLContext graphqlContext, java.util.Locale locale)private ExecutionResultExecution. mergeExtensionsBuilderIfPresent(ExecutionResult executionResult, GraphQLContext graphQLContext)private static java.lang.ObjectValuesResolverLegacy. serializeLegacy(GraphQLType type, java.lang.Object value, 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)(package private) static Value<?>ValuesResolverLegacy. valueToLiteralLegacy(java.lang.Object value, GraphQLType type, GraphQLContext graphqlContext, java.util.Locale locale)Legacy logic to convert an arbitrary java object to an Ast Literal. -
Uses of GraphQLContext in graphql.execution.conditional
Methods in graphql.execution.conditional that return GraphQLContext Modifier and Type Method Description GraphQLContextConditionalNodeDecisionEnvironment. getGraphQLContext()Methods in graphql.execution.conditional with parameters of type GraphQLContext Modifier and Type Method Description private booleanConditionalNodes. customShouldInclude(java.util.Map<java.lang.String,java.lang.Object> variables, DirectivesContainer<?> element, GraphQLSchema graphQLSchema, GraphQLContext graphQLContext, ConditionalNodeDecision conditionalDecision)booleanConditionalNodes. shouldInclude(DirectivesContainer<?> element, java.util.Map<java.lang.String,java.lang.Object> variables, GraphQLSchema graphQLSchema, GraphQLContext graphQLContext) -
Uses of GraphQLContext in graphql.execution.directives
Fields in graphql.execution.directives declared as GraphQLContext Modifier and Type Field Description private GraphQLContextQueryDirectivesBuilder. graphQLContextprivate GraphQLContextQueryDirectivesImpl. graphQLContextMethods in graphql.execution.directives with parameters of type GraphQLContext Modifier and Type Method Description private voidDirectivesResolver. buildArguments(GraphQLDirective.Builder directiveBuilder, GraphQLCodeRegistry codeRegistry, GraphQLDirective protoType, Directive fieldDirective, java.util.Map<java.lang.String,java.lang.Object> variables, GraphQLContext graphQLContext, java.util.Locale locale)QueryDirectives.BuilderQueryDirectives.Builder. graphQLContext(GraphQLContext graphQLContext)QueryDirectives.BuilderQueryDirectivesBuilder. graphQLContext(GraphQLContext graphQLContext)java.util.Map<java.lang.String,java.util.List<GraphQLDirective>>DirectivesResolver. resolveDirectives(java.util.List<Directive> directives, GraphQLSchema schema, java.util.Map<java.lang.String,java.lang.Object> variables, GraphQLContext graphQLContext, java.util.Locale locale)Constructors in graphql.execution.directives with parameters of type GraphQLContext Constructor Description QueryDirectivesImpl(MergedField mergedField, GraphQLSchema schema, java.util.Map<java.lang.String,java.lang.Object> variables, GraphQLContext graphQLContext, java.util.Locale locale) -
Uses of GraphQLContext in graphql.execution.instrumentation.parameters
Fields in graphql.execution.instrumentation.parameters declared as GraphQLContext Modifier and Type Field Description private GraphQLContextInstrumentationExecutionParameters. graphQLContextMethods in graphql.execution.instrumentation.parameters that return GraphQLContext Modifier and Type Method Description GraphQLContextInstrumentationExecutionParameters. getGraphQLContext() -
Uses of GraphQLContext in graphql.execution.values
Methods in graphql.execution.values with parameters of type GraphQLContext Modifier and Type Method Description java.lang.ObjectInputInterceptor. intercept(@Nullable java.lang.Object value, @NotNull GraphQLInputType graphQLType, @NotNull GraphQLContext graphqlContext, @NotNull java.util.Locale locale)This is called with a value that is to be presented to theValuesResolvercode. -
Uses of GraphQLContext in graphql.execution.values.legacycoercing
Methods in graphql.execution.values.legacycoercing with parameters of type GraphQLContext Modifier and Type Method Description java.lang.ObjectLegacyCoercingInputInterceptor. intercept(@Nullable java.lang.Object input, @NotNull GraphQLInputType graphQLType, @NotNull GraphQLContext graphqlContext, @NotNull java.util.Locale locale) -
Uses of GraphQLContext in graphql.introspection
Methods in graphql.introspection with parameters of type GraphQLContext Modifier and Type Method Description private static booleanGoodFaithIntrospection. isIntrospectionEnabled(GraphQLContext graphQlContext)private static booleanIntrospection. isIntrospectionEnabled(GraphQLContext graphQlContext)private static java.lang.StringIntrospection. printDefaultValue(InputValueWithState inputValueWithState, GraphQLInputType type, GraphQLContext graphQLContext, java.util.Locale locale) -
Uses of GraphQLContext in graphql.normalized
Fields in graphql.normalized declared as GraphQLContext Modifier and Type Field Description private GraphQLContextExecutableNormalizedOperationFactory.Options. graphQLContextprivate GraphQLContextFieldCollectorNormalizedQueryParams.Builder. graphQLContextprivate GraphQLContextFieldCollectorNormalizedQueryParams. graphQLContextMethods in graphql.normalized that return GraphQLContext Modifier and Type Method Description GraphQLContextExecutableNormalizedOperationFactory.Options. getGraphQLContext()GraphQLContextFieldCollectorNormalizedQueryParams. getGraphQLContext()Methods in graphql.normalized with parameters of type GraphQLContext Modifier and Type Method Description static ExecutableNormalizedOperationExecutableNormalizedOperationFactory. createExecutableNormalizedOperationWithRawVariables(GraphQLSchema graphQLSchema, Document document, java.lang.String operationName, RawVariables rawVariables, GraphQLContext graphQLContext, java.util.Locale locale)This will create a runtime representation of the graphql operation that would be executed in a runtime sense.ExecutableNormalizedOperationFactory.OptionsExecutableNormalizedOperationFactory.Options. graphQLContext(GraphQLContext graphQLContext)Context object to use when parsing the operation.FieldCollectorNormalizedQueryParams.BuilderFieldCollectorNormalizedQueryParams.Builder. graphQLContext(GraphQLContext graphQLContext)Constructors in graphql.normalized with parameters of type GraphQLContext Constructor Description Options(GraphQLContext graphQLContext, java.util.Locale locale, int maxChildrenDepth) -
Uses of GraphQLContext in graphql.scalar
Methods in graphql.scalar with parameters of type GraphQLContext 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)java.lang.BooleanGraphqlBooleanCoercing. parseValue(@NotNull java.lang.Object input, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)java.lang.DoubleGraphqlFloatCoercing. parseValue(@NotNull java.lang.Object input, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)java.lang.ObjectGraphqlIDCoercing. parseValue(@NotNull java.lang.Object input, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)java.lang.IntegerGraphqlIntCoercing. parseValue(@NotNull java.lang.Object input, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)java.lang.StringGraphqlStringCoercing. parseValue(@NotNull java.lang.Object input, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)@Nullable java.lang.BooleanGraphqlBooleanCoercing. serialize(@NotNull java.lang.Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)@Nullable java.lang.DoubleGraphqlFloatCoercing. serialize(@NotNull java.lang.Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)@Nullable java.lang.ObjectGraphqlIDCoercing. serialize(@NotNull java.lang.Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)@Nullable java.lang.IntegerGraphqlIntCoercing. serialize(@NotNull java.lang.Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)@Nullable java.lang.StringGraphqlStringCoercing. serialize(@NotNull java.lang.Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)@NotNull Value<?>GraphqlBooleanCoercing. valueToLiteral(@NotNull java.lang.Object input, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)@NotNull Value<?>GraphqlFloatCoercing. valueToLiteral(@NotNull java.lang.Object input, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)@NotNull Value<?>GraphqlIDCoercing. valueToLiteral(@NotNull java.lang.Object input, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)@NotNull Value<?>GraphqlIntCoercing. valueToLiteral(@NotNull java.lang.Object input, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)@NotNull Value<?>GraphqlStringCoercing. valueToLiteral(@NotNull java.lang.Object input, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale) -
Uses of GraphQLContext in graphql.schema
Fields in graphql.schema declared as GraphQLContext Modifier and Type Field Description private GraphQLContextDataFetchingEnvironmentImpl.Builder. graphQLContextprivate GraphQLContextDataFetchingEnvironmentImpl. graphQLContextMethods in graphql.schema that return GraphQLContext Modifier and Type Method Description GraphQLContextDataFetchingEnvironment. getGraphQlContext()Returns a shared context argument that is set up when theGraphQL.execute(graphql.ExecutionInput))} method is invoked.GraphQLContextDataFetchingEnvironmentImpl. getGraphQlContext()GraphQLContextDelegatingDataFetchingEnvironment. getGraphQlContext()Methods in graphql.schema with parameters of type GraphQLContext Modifier and Type Method Description private java.lang.ObjectGraphQLEnumType. getNameByValue(java.lang.Object value, GraphQLContext graphQLContext, java.util.Locale locale)private java.lang.ObjectGraphQLEnumType. getValueByName(@NotNull java.lang.Object value, GraphQLContext graphQLContext, java.util.Locale locale)DataFetchingEnvironmentImpl.BuilderDataFetchingEnvironmentImpl.Builder. graphQLContext(GraphQLContext context)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.java.lang.ObjectGraphQLEnumType. parseLiteral(Value<?> input, GraphQLContext graphQLContext, java.util.Locale locale)private java.lang.ObjectGraphQLEnumType. parseLiteralImpl(java.lang.Object input, GraphQLContext graphQLContext, java.util.Locale locale)default ICoercing. parseValue(@NotNull java.lang.Object input, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)Called to resolve an input from a query variable into a Java object acceptable for the scalar type.java.lang.ObjectGraphQLEnumType. parseValue(java.lang.Object input, GraphQLContext graphQLContext, java.util.Locale locale)default OCoercing. serialize(@NotNull java.lang.Object dataFetcherResult, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)Called to convert a Java object result of a DataFetcher to a valid runtime value for the scalar type.java.lang.ObjectGraphQLEnumType. serialize(java.lang.Object input, GraphQLContext graphQLContext, java.util.Locale locale)default @NotNull Value<?>Coercing. valueToLiteral(@NotNull java.lang.Object input, @NotNull GraphQLContext graphQLContext, @NotNull java.util.Locale locale)Converts an external input value to a literal (Ast Value).Value<?>GraphQLEnumType. valueToLiteral(java.lang.Object input, GraphQLContext graphQLContext, java.util.Locale locale) -
Uses of GraphQLContext in graphql.schema.validation
Fields in graphql.schema.validation declared as GraphQLContext Modifier and Type Field Description private GraphQLContextDefaultValuesAreValid. graphQLContextMethods in graphql.schema.validation with parameters of type GraphQLContext Modifier and Type Method Description private booleanAppliedDirectiveArgumentsAreValid. isValidExternalValue(GraphQLSchema schema, java.lang.Object externalValue, GraphQLInputType type, GraphQLContext graphQLContext, java.util.Locale locale)private booleanDefaultValuesAreValid. isValidExternalValue(GraphQLSchema schema, java.lang.Object externalValue, GraphQLInputType type, GraphQLContext graphQLContext) -
Uses of GraphQLContext in graphql.validation
Fields in graphql.validation declared as GraphQLContext Modifier and Type Field Description private GraphQLContextValidationContext. graphQLContextMethods in graphql.validation that return GraphQLContext Modifier and Type Method Description GraphQLContextValidationContext. getGraphQLContext()Methods in graphql.validation with parameters of type GraphQLContext Modifier and Type Method Description (package private) booleanValidationUtil. isValidLiteralValue(Value<?> value, GraphQLInputObjectType type, GraphQLSchema schema, GraphQLContext graphQLContext, java.util.Locale locale)private booleanValidationUtil. isValidLiteralValue(Value<?> value, GraphQLList type, GraphQLSchema schema, GraphQLContext graphQLContext, java.util.Locale locale)booleanValidationUtil. isValidLiteralValue(Value<?> value, GraphQLType type, GraphQLSchema schema, GraphQLContext graphQLContext, java.util.Locale locale)private java.util.Optional<GraphQLError>ValidationUtil. parseLiteral(Value<?> value, Coercing<?,?> coercing, GraphQLContext graphQLContext, java.util.Locale locale)private java.util.Optional<GraphQLError>ValidationUtil. parseLiteralEnum(Value<?> value, GraphQLEnumType graphQLEnumType, GraphQLContext graphQLContext, java.util.Locale locale)
-