Uses of Class
graphql.language.ObjectValue
Packages that use ObjectValue
Package
Description
-
Uses of ObjectValue in graphql.execution
Methods in graphql.execution with parameters of type ObjectValueModifier and TypeMethodDescriptionprivate static Object
ValuesResolverConversion.literalToInternalValueForInputObject
(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType type, ObjectValue inputValue, CoercedVariables coercedVariables, GraphQLContext graphqlContext, Locale locale) no validationprivate static Object
ValuesResolver.literalToNormalizedValueForInputObject
(GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType type, ObjectValue inputObjectLiteral, Map<String, NormalizedInputValue> normalizedVariables) private static Map
<String, ObjectField> ValuesResolverConversion.mapObjectValueFieldsByName
(ObjectValue inputValue) -
Uses of ObjectValue in graphql.language
Methods in graphql.language that return ObjectValueModifier and TypeMethodDescriptionObjectValue.Builder.build()
ObjectValue.deepCopy()
ObjectValue.transform
(Consumer<ObjectValue.Builder> builderConsumer) ObjectValue.withNewChildren
(NodeChildrenContainer newChildren) Methods in graphql.language with parameters of type ObjectValueModifier and TypeMethodDescriptionNodeVisitor.visitObjectValue
(ObjectValue node, TraverserContext<Node> data) NodeVisitorStub.visitObjectValue
(ObjectValue node, TraverserContext<Node> context) Constructors in graphql.language with parameters of type ObjectValue -
Uses of ObjectValue in graphql.normalized
Methods in graphql.normalized with parameters of type ObjectValueModifier and TypeMethodDescriptionValueToVariableValueCompiler.toVariableValue
(ObjectValue objectValue) -
Uses of ObjectValue in graphql.validation
Methods in graphql.validation with parameters of type ObjectValueModifier and TypeMethodDescriptionvoid
AbstractRule.checkObjectValue
(ObjectValue objectValue) private void
RulesVisitor.checkObjectValue
(ObjectValue node) private Map
<String, ObjectField> ValidationUtil.fieldMap
(ObjectValue objectValue) -
Uses of ObjectValue in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type ObjectValueModifier and TypeMethodDescriptionvoid
UniqueObjectFieldName.checkObjectValue
(ObjectValue objectValue)