Uses of Class
io.vertx.mutiny.json.schema.SchemaRouter
-
Packages that use SchemaRouter Package Description io.vertx.mutiny.ext.web.openapi io.vertx.mutiny.json.schema -
-
Uses of SchemaRouter in io.vertx.mutiny.ext.web.openapi
Methods in io.vertx.mutiny.ext.web.openapi that return SchemaRouter Modifier and Type Method Description SchemaRouter
RouterBuilder. getSchemaRouter()
-
Uses of SchemaRouter in io.vertx.mutiny.json.schema
Fields in io.vertx.mutiny.json.schema with type parameters of type SchemaRouter Modifier and Type Field Description static TypeArg<SchemaRouter>
SchemaRouter. __TYPE_ARG
Methods in io.vertx.mutiny.json.schema that return SchemaRouter Modifier and Type Method Description SchemaRouter
SchemaRouter. addJson(String uri, io.vertx.core.json.JsonObject object)
SchemaRouter
SchemaRouter. addJson(URI uri, io.vertx.core.json.JsonObject object)
SchemaRouter
SchemaRouter. addSchema(Schema schema, io.vertx.core.json.pointer.JsonPointer[] aliasScopes)
SchemaRouter
SchemaRouter. addSchemaAlias(Schema schema, String alias)
SchemaRouter
SchemaRouter. addSchemaWithScope(Schema schema, JsonPointer scope)
static SchemaRouter
SchemaRouter. create(HttpClient client, FileSystem fs, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions)
static SchemaRouter
SchemaRouter. create(Vertx vertx, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions)
SchemaRouter
SchemaParser. getSchemaRouter()
static SchemaRouter
SchemaRouter. newInstance(io.vertx.json.schema.SchemaRouter arg)
Methods in io.vertx.mutiny.json.schema with parameters of type SchemaRouter Modifier and Type Method Description static SchemaParser
SchemaParser. createDraft201909SchemaParser(SchemaRouter router)
static SchemaParser
SchemaParser. createDraft7SchemaParser(SchemaRouter router)
static SchemaParser
SchemaParser. createOpenAPI3SchemaParser(SchemaRouter router)
-