Uses of Class
io.vertx.json.schema.common.dsl.SchemaType
-
Packages that use SchemaType Package Description io.vertx.json.schema.common.dsl io.vertx.openapi.contract io.vertx.reactivex.openapi.contract io.vertx.rxjava3.openapi.contract -
-
Uses of SchemaType in io.vertx.json.schema.common.dsl
Fields in io.vertx.json.schema.common.dsl declared as SchemaType Modifier and Type Field Description protected SchemaType
SchemaBuilder. type
Methods in io.vertx.json.schema.common.dsl that return SchemaType Modifier and Type Method Description SchemaType
SchemaBuilder. getType()
static SchemaType
SchemaType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchemaType[]
SchemaType. 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 SchemaType Modifier and Type Method Description static Keyword
Keywords. type(SchemaType... types)
T
SchemaBuilder. type(SchemaType type)
Constructors in io.vertx.json.schema.common.dsl with parameters of type SchemaType Constructor Description SchemaBuilder(SchemaType type)
-
Uses of SchemaType in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return SchemaType Modifier and Type Method Description SchemaType
Parameter. getSchemaType()
-
Uses of SchemaType in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return SchemaType Modifier and Type Method Description SchemaType
Parameter. getSchemaType()
-
Uses of SchemaType in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return SchemaType Modifier and Type Method Description SchemaType
Parameter. getSchemaType()
-