Uses of Class
graphql.language.BooleanValue.Builder
Packages that use BooleanValue.Builder
-
Uses of BooleanValue.Builder in graphql.language
Methods in graphql.language that return BooleanValue.BuilderModifier and TypeMethodDescriptionBooleanValue.Builder.additionalData
(String key, String value) BooleanValue.Builder.additionalData
(Map<String, String> additionalData) BooleanValue.Builder.ignoredChars
(IgnoredChars ignoredChars) static BooleanValue.Builder
BooleanValue.newBooleanValue()
static BooleanValue.Builder
BooleanValue.newBooleanValue
(boolean value) BooleanValue.Builder.sourceLocation
(SourceLocation sourceLocation) BooleanValue.Builder.value
(boolean value) Method parameters in graphql.language with type arguments of type BooleanValue.BuilderModifier and TypeMethodDescriptionBooleanValue.transform
(Consumer<BooleanValue.Builder> builderConsumer)