Uses of Class
graphql.language.FloatValue.Builder
-
Packages that use FloatValue.Builder Package Description graphql.language -
-
Uses of FloatValue.Builder in graphql.language
Methods in graphql.language that return FloatValue.Builder Modifier and Type Method Description FloatValue.Builder
FloatValue.Builder. additionalData(java.lang.String key, java.lang.String value)
FloatValue.Builder
FloatValue.Builder. additionalData(java.util.Map<java.lang.String,java.lang.String> additionalData)
FloatValue.Builder
FloatValue.Builder. comments(java.util.List<Comment> comments)
FloatValue.Builder
FloatValue.Builder. ignoredChars(IgnoredChars ignoredChars)
static FloatValue.Builder
FloatValue. newFloatValue()
static FloatValue.Builder
FloatValue. newFloatValue(java.math.BigDecimal value)
FloatValue.Builder
FloatValue.Builder. sourceLocation(SourceLocation sourceLocation)
FloatValue.Builder
FloatValue.Builder. value(double value)
FloatValue.Builder
FloatValue.Builder. value(long value)
FloatValue.Builder
FloatValue.Builder. value(java.math.BigDecimal value)
Method parameters in graphql.language with type arguments of type FloatValue.Builder Modifier and Type Method Description FloatValue
FloatValue. transform(java.util.function.Consumer<FloatValue.Builder> builderConsumer)
-