Uses of Class
io.vertx.mutiny.json.schema.SchemaRepository
-
-
Uses of SchemaRepository in io.vertx.mutiny.json.schema
Fields in io.vertx.mutiny.json.schema with type parameters of type SchemaRepository Modifier and Type Field Description static io.smallrye.mutiny.vertx.TypeArg<SchemaRepository>SchemaRepository. __TYPE_ARGMethods in io.vertx.mutiny.json.schema that return SchemaRepository Modifier and Type Method Description static SchemaRepositorySchemaRepository. create(io.vertx.json.schema.JsonSchemaOptions options)SchemaRepositorySchemaRepository. dereference(JsonSchema schema)SchemaRepositorySchemaRepository. dereference(String uri, JsonSchema schema)static SchemaRepositorySchemaRepository. newInstance(io.vertx.json.schema.SchemaRepository arg)SchemaRepositorySchemaRepository. preloadMetaSchema(io.vertx.mutiny.core.file.FileSystem fs)SchemaRepositorySchemaRepository. preloadMetaSchema(io.vertx.mutiny.core.file.FileSystem fs, io.vertx.json.schema.Draft draft)
-