Uses of Class
graphql.language.FloatValue
Packages that use FloatValue
-
Uses of FloatValue in graphql.language
Methods in graphql.language that return FloatValueModifier and TypeMethodDescriptionFloatValue.Builder.build()
FloatValue.deepCopy()
static FloatValue
FloatValue.of
(double d) FloatValue.transform
(Consumer<FloatValue.Builder> builderConsumer) FloatValue.withNewChildren
(NodeChildrenContainer newChildren) Methods in graphql.language with parameters of type FloatValueModifier and TypeMethodDescriptionNodeVisitor.visitFloatValue
(FloatValue node, TraverserContext<Node> data) NodeVisitorStub.visitFloatValue
(FloatValue node, TraverserContext<Node> context) Constructors in graphql.language with parameters of type FloatValue -
Uses of FloatValue in graphql.scalar
Methods in graphql.scalar that return FloatValueModifier and TypeMethodDescriptionprivate @NotNull FloatValue
GraphqlFloatCoercing.valueToLiteralImpl
(Object input, @NotNull Locale locale)