Package | Description |
---|---|
io.vertx.rxjava3.json.schema |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SchemaRepository> |
SchemaRepository.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static SchemaRepository |
SchemaRepository.create(JsonSchemaOptions options)
Create a repository with some initial configuration.
|
SchemaRepository |
SchemaRepository.dereference(JsonSchema schema)
Dereferences a schema to the repository.
|
SchemaRepository |
SchemaRepository.dereference(String uri,
JsonSchema schema)
Dereferences a schema to the repository.
|
static SchemaRepository |
SchemaRepository.newInstance(SchemaRepository arg) |
SchemaRepository |
SchemaRepository.preloadMetaSchema(FileSystem fs)
Preloads the repository with the meta schemas for the related @link
Draft version. |
SchemaRepository |
SchemaRepository.preloadMetaSchema(FileSystem fs,
Draft draft)
Preloads the repository with the meta schemas for the related draft version.
|
Copyright © 2023 Eclipse. All rights reserved.