Uses of Class
io.vertx.json.schema.common.dsl.NumberKeyword
-
Packages that use NumberKeyword Package Description io.vertx.json.schema.common.dsl -
-
Uses of NumberKeyword in io.vertx.json.schema.common.dsl
Methods in io.vertx.json.schema.common.dsl that return NumberKeyword Modifier and Type Method Description static NumberKeyword
Keywords. exclusiveMaximum(double exclusiveMaximum)
static NumberKeyword
Keywords. exclusiveMinimum(double exclusiveMinimum)
static NumberKeyword
Keywords. maximum(double maximum)
static NumberKeyword
Keywords. minimum(double minimum)
static NumberKeyword
Keywords. multipleOf(double multipleOf)
-