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