Uses of Class
io.vertx.json.schema.common.dsl.NumberKeyword
Packages that use NumberKeyword
-
Uses of NumberKeyword in io.vertx.json.schema.common.dsl
Subclasses with type arguments of type NumberKeyword in io.vertx.json.schema.common.dslMethods in io.vertx.json.schema.common.dsl that return NumberKeywordModifier and TypeMethodDescriptionstatic NumberKeywordKeywords.exclusiveMaximum(double exclusiveMaximum) static NumberKeywordKeywords.exclusiveMinimum(double exclusiveMinimum) static NumberKeywordKeywords.maximum(double maximum) static NumberKeywordKeywords.minimum(double minimum) static NumberKeywordKeywords.multipleOf(double multipleOf)