Uses of Class
io.vertx.mutiny.json.schema.SchemaRouter
-
-
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 io.smallrye.mutiny.vertx.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)Deprecated.SchemaRouterSchemaRouter. addJson(URI uri, io.vertx.core.json.JsonObject object)Deprecated.SchemaRouterSchemaRouter. addSchema(Schema schema, io.vertx.core.json.pointer.JsonPointer[] aliasScopes)Deprecated.SchemaRouterSchemaRouter. addSchemaAlias(Schema schema, String alias)Deprecated.SchemaRouterSchemaRouter. addSchemaWithScope(Schema schema, io.vertx.mutiny.core.json.pointer.JsonPointer scope)Deprecated.static SchemaRouterSchemaRouter. create(io.vertx.mutiny.core.Vertx vertx, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions)Deprecated.static SchemaRouterSchemaRouter. create(io.vertx.mutiny.core.Vertx vertx, io.vertx.mutiny.core.http.HttpClient client, io.vertx.mutiny.core.file.FileSystem fs, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions)Deprecated.SchemaRouterSchemaParser. getSchemaRouter()Deprecated.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)Deprecated.static SchemaParserSchemaParser. createDraft7SchemaParser(SchemaRouter router)Deprecated.static SchemaParserSchemaParser. createOpenAPI3SchemaParser(SchemaRouter router)Deprecated.
-