Uses of Class
io.vertx.json.schema.common.dsl.StringKeyword
-
Packages that use StringKeyword Package Description io.vertx.json.schema.common.dsl -
-
Uses of StringKeyword in io.vertx.json.schema.common.dsl
Methods in io.vertx.json.schema.common.dsl that return StringKeyword Modifier and Type Method Description static StringKeyword
Keywords. format(StringFormat format)
static StringKeyword
Keywords. maxLength(int maxLength)
static StringKeyword
Keywords. minLength(int minLength)
static StringKeyword
Keywords. pattern(Pattern pattern)
-