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.Object
ValuesResolverConversion. literalToInternalValueForInputObject(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType type, ObjectValue inputValue, CoercedVariables coercedVariables, GraphQLContext graphqlContext, java.util.Locale locale)
no validationprivate static java.lang.Object
ValuesResolver. 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 ObjectValue
ObjectValue.Builder. build()
ObjectValue
ObjectValue. deepCopy()
ObjectValue
ObjectValue. transform(java.util.function.Consumer<ObjectValue.Builder> builderConsumer)
ObjectValue
ObjectValue. withNewChildren(NodeChildrenContainer newChildren)
Methods in graphql.language with parameters of type ObjectValue Modifier and Type Method Description TraversalControl
NodeVisitor. visitObjectValue(ObjectValue node, TraverserContext<Node> data)
TraversalControl
NodeVisitorStub. 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 void
AbstractRule. checkObjectValue(ObjectValue objectValue)
private void
RulesVisitor. 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 void
UniqueObjectFieldName. checkObjectValue(ObjectValue objectValue)
-