Uses of Class
io.vertx.json.schema.common.dsl.StringFormat
-
Packages that use StringFormat Package Description io.vertx.json.schema.common.dsl -
-
Uses of StringFormat in io.vertx.json.schema.common.dsl
Methods in io.vertx.json.schema.common.dsl that return StringFormat Modifier and Type Method Description static StringFormat
StringFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static StringFormat[]
StringFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.json.schema.common.dsl with parameters of type StringFormat Modifier and Type Method Description static StringKeyword
Keywords. format(StringFormat format)
-