Uses of Class
io.vertx.mutiny.json.schema.SchemaRepository
- 
Packages that use SchemaRepository Package Description io.vertx.mutiny.json.schema  - 
- 
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 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) 
 -