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 SchemaRouterRouterBuilder. 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_ARGMethods in io.vertx.mutiny.json.schema that return SchemaRouter Modifier and Type Method Description SchemaRouterSchemaRouter. addJson(String uri, io.vertx.core.json.JsonObject object)SchemaRouterSchemaRouter. addJson(URI uri, io.vertx.core.json.JsonObject object)SchemaRouterSchemaRouter. addSchema(Schema schema, io.vertx.core.json.pointer.JsonPointer[] aliasScopes)SchemaRouterSchemaRouter. addSchemaAlias(Schema schema, String alias)SchemaRouterSchemaRouter. addSchemaWithScope(Schema schema, JsonPointer scope)static SchemaRouterSchemaRouter. create(HttpClient client, FileSystem fs, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions)static SchemaRouterSchemaRouter. create(Vertx vertx, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions)SchemaRouterSchemaParser. getSchemaRouter()static SchemaRouterSchemaRouter. 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 SchemaParserSchemaParser. createDraft201909SchemaParser(SchemaRouter router)static SchemaParserSchemaParser. createDraft7SchemaParser(SchemaRouter router)static SchemaParserSchemaParser. createOpenAPI3SchemaParser(SchemaRouter router)
-