Uses of Class
graphql.language.ObjectValue
-
Packages that use ObjectValue Package Description graphql.execution graphql.language graphql.normalized graphql.validation graphql.validation.rules -
-
Uses of ObjectValue in graphql.execution
Methods in graphql.execution with parameters of type ObjectValue Modifier and Type Method Description 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.ObjectValuesResolver. literalToNormalizedValueForInputObject(GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType type, ObjectValue inputObjectLiteral, java.util.Map<java.lang.String,NormalizedInputValue> normalizedVariables)private static java.util.Map<java.lang.String,ObjectField>ValuesResolverConversion. mapObjectValueFieldsByName(ObjectValue inputValue) -
Uses of ObjectValue in graphql.language
Methods in graphql.language that return ObjectValue Modifier and Type Method Description ObjectValueObjectValue.Builder. build()ObjectValueObjectValue. deepCopy()ObjectValueObjectValue. transform(java.util.function.Consumer<ObjectValue.Builder> builderConsumer)ObjectValueObjectValue. withNewChildren(NodeChildrenContainer newChildren)Methods in graphql.language with parameters of type ObjectValue Modifier and Type Method Description TraversalControlNodeVisitor. visitObjectValue(ObjectValue node, TraverserContext<Node> data)TraversalControlNodeVisitorStub. visitObjectValue(ObjectValue node, TraverserContext<Node> context)Constructors in graphql.language with parameters of type ObjectValue Constructor Description Builder(ObjectValue existing) -
Uses of ObjectValue in graphql.normalized
Methods in graphql.normalized with parameters of type ObjectValue Modifier and Type Method Description private static java.util.Map<java.lang.String,java.lang.Object>ValueToVariableValueCompiler. toVariableValue(ObjectValue objectValue) -
Uses of ObjectValue in graphql.validation
Methods in graphql.validation with parameters of type ObjectValue Modifier and Type Method Description voidAbstractRule. checkObjectValue(ObjectValue objectValue)private voidRulesVisitor. checkObjectValue(ObjectValue node)private java.util.Map<java.lang.String,ObjectField>ValidationUtil. fieldMap(ObjectValue objectValue) -
Uses of ObjectValue in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type ObjectValue Modifier and Type Method Description voidUniqueObjectFieldName. checkObjectValue(ObjectValue objectValue)
-