Uses of Class
graphql.language.BooleanValue
-
Packages that use BooleanValue Package Description graphql.language graphql.scalar -
-
Uses of BooleanValue in graphql.language
Methods in graphql.language that return BooleanValue Modifier and Type Method Description BooleanValue
BooleanValue.Builder. build()
BooleanValue
BooleanValue. deepCopy()
static BooleanValue
BooleanValue. of(boolean value)
BooleanValue
BooleanValue. transform(java.util.function.Consumer<BooleanValue.Builder> builderConsumer)
BooleanValue
BooleanValue. withNewChildren(NodeChildrenContainer newChildren)
Methods in graphql.language with parameters of type BooleanValue Modifier and Type Method Description TraversalControl
NodeVisitor. visitBooleanValue(BooleanValue node, TraverserContext<Node> data)
TraversalControl
NodeVisitorStub. visitBooleanValue(BooleanValue node, TraverserContext<Node> context)
Constructors in graphql.language with parameters of type BooleanValue Constructor Description Builder(BooleanValue existing)
-
Uses of BooleanValue in graphql.scalar
Methods in graphql.scalar that return BooleanValue Modifier and Type Method Description private @NotNull BooleanValue
GraphqlBooleanCoercing. valueToLiteralImpl(@NotNull java.lang.Object input, @NotNull java.util.Locale locale)
-