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_ARG
Methods in io.vertx.mutiny.json.schema that return SchemaRepositoryModifier and TypeMethodDescriptionstatic SchemaRepository
SchemaRepository.create
(io.vertx.json.schema.JsonSchemaOptions options) static SchemaRepository
SchemaRepository.create
(io.vertx.json.schema.JsonSchemaOptions options, JsonFormatValidator jsonFormatValidator) SchemaRepository.dereference
(JsonSchema schema) SchemaRepository.dereference
(String uri, JsonSchema schema) static SchemaRepository
SchemaRepository.newInstance
(io.vertx.json.schema.SchemaRepository arg) SchemaRepository.preloadMetaSchema
(FileSystem fs) SchemaRepository.preloadMetaSchema
(FileSystem fs, io.vertx.json.schema.Draft draft)