Uses of Class
io.vertx.mutiny.json.schema.SchemaRouter
Packages that use SchemaRouter
-
Uses of SchemaRouter in io.vertx.mutiny.ext.web.openapi
Methods in io.vertx.mutiny.ext.web.openapi that return SchemaRouterModifier and TypeMethodDescriptionRouterBuilder.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 SchemaRouterModifier and TypeFieldDescriptionstatic final TypeArg<SchemaRouter>
SchemaRouter.__TYPE_ARG
Deprecated.Methods in io.vertx.mutiny.json.schema that return SchemaRouterModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.SchemaRouter.addSchemaAlias
(Schema schema, String alias) Deprecated.SchemaRouter.addSchemaWithScope
(Schema schema, JsonPointer scope) Deprecated.static SchemaRouter
Deprecated.static SchemaRouter
SchemaRouter.create
(Vertx vertx, HttpClient client, FileSystem fs, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions) Deprecated.SchemaParser.getSchemaRouter()
Deprecated.static SchemaRouter
SchemaRouter.newInstance
(io.vertx.json.schema.SchemaRouter arg) Deprecated.Methods in io.vertx.mutiny.json.schema with parameters of type SchemaRouterModifier and TypeMethodDescriptionstatic SchemaParser
SchemaParser.createDraft201909SchemaParser
(SchemaRouter router) Deprecated.static SchemaParser
SchemaParser.createDraft7SchemaParser
(SchemaRouter router) Deprecated.static SchemaParser
SchemaParser.createOpenAPI3SchemaParser
(SchemaRouter router) Deprecated.