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()
Deprecated.This method exposes the internal of the OpenAPI handler, it will be removed in the future. -
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)
Deprecated.SchemaRouter
SchemaRouter. addJson(URI uri, io.vertx.core.json.JsonObject object)
Deprecated.SchemaRouter
SchemaRouter. addSchema(Schema schema, io.vertx.core.json.pointer.JsonPointer[] aliasScopes)
Deprecated.SchemaRouter
SchemaRouter. addSchemaAlias(Schema schema, String alias)
Deprecated.SchemaRouter
SchemaRouter. addSchemaWithScope(Schema schema, JsonPointer scope)
Deprecated.static SchemaRouter
SchemaRouter. create(Vertx vertx, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions)
Deprecated.static SchemaRouter
SchemaRouter. create(Vertx vertx, HttpClient client, FileSystem fs, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions)
Deprecated.SchemaRouter
SchemaParser. getSchemaRouter()
Deprecated.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)
Deprecated.static SchemaParser
SchemaParser. createDraft7SchemaParser(SchemaRouter router)
Deprecated.static SchemaParser
SchemaParser. createOpenAPI3SchemaParser(SchemaRouter router)
Deprecated.
-