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 SchemaRouterMethods 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 SchemaRouterDeprecated.static SchemaRouterSchemaRouter.create(Vertx vertx, HttpClient client, FileSystem fs, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions) Deprecated.SchemaParser.getSchemaRouter()Deprecated.static SchemaRouterSchemaRouter.newInstance(io.vertx.json.schema.SchemaRouter arg) Methods in io.vertx.mutiny.json.schema with parameters of type SchemaRouterModifier and TypeMethodDescriptionstatic SchemaParserSchemaParser.createDraft201909SchemaParser(SchemaRouter router) Deprecated.static SchemaParserSchemaParser.createDraft7SchemaParser(SchemaRouter router) Deprecated.static SchemaParserSchemaParser.createOpenAPI3SchemaParser(SchemaRouter router) Deprecated.