Uses of Interface
io.vertx.json.schema.SchemaRepository
-
Packages that use SchemaRepository Package Description io.vertx.json.schema -
-
Uses of SchemaRepository in io.vertx.json.schema
Methods in io.vertx.json.schema that return SchemaRepository Modifier and Type Method Description static SchemaRepositorySchemaRepository. create(JsonSchemaOptions options)Create a repository with some initial configuration.static SchemaRepositorySchemaRepository. create(JsonSchemaOptions options, JsonFormatValidator jsonFormatValidator)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.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.
-