Uses of Class
io.vertx.mutiny.json.schema.SchemaRepository
Packages that use SchemaRepository
-
Uses of SchemaRepository in io.vertx.mutiny.json.schema
Fields in io.vertx.mutiny.json.schema with type parameters of type SchemaRepositoryModifier and TypeFieldDescriptionstatic final TypeArg<SchemaRepository>SchemaRepository.__TYPE_ARGMethods in io.vertx.mutiny.json.schema that return SchemaRepositoryModifier and TypeMethodDescriptionstatic SchemaRepositorySchemaRepository.create(io.vertx.json.schema.JsonSchemaOptions options) Create a repository with some initial configuration.static SchemaRepositorySchemaRepository.create(io.vertx.json.schema.JsonSchemaOptions options, JsonFormatValidator jsonFormatValidator) Create a repository with some initial configuration.SchemaRepository.dereference(JsonSchema schema) Dereferences a schema to the repository.SchemaRepository.dereference(String uri, JsonSchema schema) Dereferences a schema to the repository.static SchemaRepositorySchemaRepository.newInstance(io.vertx.json.schema.SchemaRepository delegate) Creates a new instance of theSchemaRepository.SchemaRepository.preloadMetaSchema(FileSystem fs) Preloads the repository with the meta schemas for the related @linkDraftversion.SchemaRepository.preloadMetaSchema(FileSystem fs, io.vertx.json.schema.Draft draft) Preloads the repository with the meta schemas for the related draft version.