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) static SchemaRepositorySchemaRepository.create(io.vertx.json.schema.JsonSchemaOptions options, JsonFormatValidator jsonFormatValidator) SchemaRepository.dereference(JsonSchema schema) SchemaRepository.dereference(String uri, JsonSchema schema) static SchemaRepositorySchemaRepository.newInstance(io.vertx.json.schema.SchemaRepository arg) SchemaRepository.preloadMetaSchema(FileSystem fs) SchemaRepository.preloadMetaSchema(FileSystem fs, io.vertx.json.schema.Draft draft)