Uses of Class
graphql.language.FloatValue.Builder
Packages that use FloatValue.Builder
-
Uses of FloatValue.Builder in graphql.language
Methods in graphql.language that return FloatValue.BuilderModifier and TypeMethodDescriptionFloatValue.Builder.additionalData
(String key, String value) FloatValue.Builder.additionalData
(Map<String, String> additionalData) FloatValue.Builder.ignoredChars
(IgnoredChars ignoredChars) static FloatValue.Builder
FloatValue.newFloatValue()
static FloatValue.Builder
FloatValue.newFloatValue
(BigDecimal value) FloatValue.Builder.sourceLocation
(SourceLocation sourceLocation) FloatValue.Builder.value
(double value) FloatValue.Builder.value
(long value) FloatValue.Builder.value
(BigDecimal value) Method parameters in graphql.language with type arguments of type FloatValue.BuilderModifier and TypeMethodDescriptionFloatValue.transform
(Consumer<FloatValue.Builder> builderConsumer)