Uses of Class
io.vertx.rxjava3.json.schema.SchemaRepository
-
Packages that use SchemaRepository Package Description io.vertx.rxjava3.json.schema -
-
Uses of SchemaRepository in io.vertx.rxjava3.json.schema
Fields in io.vertx.rxjava3.json.schema with type parameters of type SchemaRepository Modifier and Type Field Description static TypeArg<SchemaRepository>SchemaRepository. __TYPE_ARGMethods in io.vertx.rxjava3.json.schema that return SchemaRepository Modifier and Type Method Description static SchemaRepositorySchemaRepository. create(JsonSchemaOptions options)Create a repository with some initial configuration.SchemaRepositorySchemaRepository. dereference(JsonSchema schema)Dereferences a schema to the repository.SchemaRepositorySchemaRepository. dereference(String uri, JsonSchema schema)Dereferences a schema to the repository.static SchemaRepositorySchemaRepository. newInstance(SchemaRepository arg)SchemaRepositorySchemaRepository. preloadMetaSchema(FileSystem fs)Preloads the repository with the meta schemas for the related @linkDraftversion.SchemaRepositorySchemaRepository. preloadMetaSchema(FileSystem fs, Draft draft)Preloads the repository with the meta schemas for the related draft version.
-