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 BooleanValueBooleanValue.Builder. build()BooleanValueBooleanValue. deepCopy()static BooleanValueBooleanValue. of(boolean value)BooleanValueBooleanValue. transform(java.util.function.Consumer<BooleanValue.Builder> builderConsumer)BooleanValueBooleanValue. withNewChildren(NodeChildrenContainer newChildren)Methods in graphql.language with parameters of type BooleanValue Modifier and Type Method Description TraversalControlNodeVisitor. visitBooleanValue(BooleanValue node, TraverserContext<Node> data)TraversalControlNodeVisitorStub. 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 BooleanValueGraphqlBooleanCoercing. valueToLiteralImpl(@NotNull java.lang.Object input, @NotNull java.util.Locale locale)
-