Uses of Class
io.vertx.rxjava.json.schema.SchemaRepository
-
Packages that use SchemaRepository Package Description io.vertx.rxjava.json.schema -
-
Uses of SchemaRepository in io.vertx.rxjava.json.schema
Fields in io.vertx.rxjava.json.schema with type parameters of type SchemaRepository Modifier and Type Field Description static TypeArg<SchemaRepository>
SchemaRepository. __TYPE_ARG
Methods in io.vertx.rxjava.json.schema that return SchemaRepository Modifier and Type Method 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 @linkDraft
version.SchemaRepository
SchemaRepository. preloadMetaSchema(FileSystem fs, Draft draft)
Preloads the repository with the meta schemas for the related draft version.
-