Uses of Class
io.vertx.json.schema.common.dsl.Keyword
-
Packages that use Keyword Package Description io.vertx.json.schema.common.dsl -
-
Uses of Keyword in io.vertx.json.schema.common.dsl
Classes in io.vertx.json.schema.common.dsl with type parameters of type Keyword Modifier and Type Class Description class
SchemaBuilder<T extends SchemaBuilder<?,?>,K extends Keyword>
Entry point for schema dsl.Subclasses of Keyword in io.vertx.json.schema.common.dsl Modifier and Type Class Description class
ArrayKeyword
class
BooleanKeyword
class
NumberKeyword
class
ObjectKeyword
class
StringKeyword
Methods in io.vertx.json.schema.common.dsl that return Keyword Modifier and Type Method Description static Keyword
Keywords. type(SchemaType... types)
Methods in io.vertx.json.schema.common.dsl with parameters of type Keyword Modifier and Type Method Description T
SchemaBuilder. with(K... keywords)
-