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.BuilderFloatValue.Builder. additionalData(java.lang.String key, java.lang.String value)FloatValue.BuilderFloatValue.Builder. additionalData(java.util.Map<java.lang.String,java.lang.String> additionalData)FloatValue.BuilderFloatValue.Builder. comments(java.util.List<Comment> comments)FloatValue.BuilderFloatValue.Builder. ignoredChars(IgnoredChars ignoredChars)static FloatValue.BuilderFloatValue. newFloatValue()static FloatValue.BuilderFloatValue. newFloatValue(java.math.BigDecimal value)FloatValue.BuilderFloatValue.Builder. sourceLocation(SourceLocation sourceLocation)FloatValue.BuilderFloatValue.Builder. value(double value)FloatValue.BuilderFloatValue.Builder. value(long value)FloatValue.BuilderFloatValue.Builder. value(java.math.BigDecimal value)Method parameters in graphql.language with type arguments of type FloatValue.Builder Modifier and Type Method Description FloatValueFloatValue. transform(java.util.function.Consumer<FloatValue.Builder> builderConsumer)
-