Uses of Class
graphql.language.ObjectValue.Builder
Packages that use ObjectValue.Builder
-
Uses of ObjectValue.Builder in graphql.language
Methods in graphql.language that return ObjectValue.BuilderModifier and TypeMethodDescriptionObjectValue.Builder.additionalData
(String key, String value) ObjectValue.Builder.additionalData
(Map<String, String> additionalData) ObjectValue.Builder.ignoredChars
(IgnoredChars ignoredChars) static ObjectValue.Builder
ObjectValue.newObjectValue()
ObjectValue.Builder.objectField
(ObjectField objectField) ObjectValue.Builder.objectFields
(List<ObjectField> objectFields) ObjectValue.Builder.sourceLocation
(SourceLocation sourceLocation) Method parameters in graphql.language with type arguments of type ObjectValue.BuilderModifier and TypeMethodDescriptionObjectValue.transform
(Consumer<ObjectValue.Builder> builderConsumer)