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