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