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