Uses of Interface
io.vertx.json.schema.SchemaRepository
Packages that use SchemaRepository
Package
Description
-
Uses of SchemaRepository in io.vertx.ext.web.validation.builder
Methods in io.vertx.ext.web.validation.builder with parameters of type SchemaRepositoryModifier and TypeMethodDescriptionio.vertx.ext.web.validation.impl.body.BodyProcessorBodyProcessorFactory.create(SchemaRepository schemaRepository) io.vertx.ext.web.validation.impl.parameter.ParameterProcessorParameterProcessorFactory.create(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaRepository schemaRepo) io.vertx.ext.web.validation.impl.parameter.ParameterProcessorStyledParameterProcessorFactory.create(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaRepository repository) static ValidationHandlerBuilderValidationHandlerBuilder.create(SchemaRepository repo) -
Uses of SchemaRepository in io.vertx.json.schema
Methods in io.vertx.json.schema that return SchemaRepositoryModifier and TypeMethodDescriptionstatic SchemaRepositorySchemaRepository.create(JsonSchemaOptions options) Create a repository with some initial configuration.static SchemaRepositorySchemaRepository.create(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.SchemaRepository.preloadMetaSchema(FileSystem fs) Preloads the repository with the meta schemas for the related @linkDraftversion.SchemaRepository.preloadMetaSchema(FileSystem fs, Draft draft) Preloads the repository with the meta schemas for the related draft version. -
Uses of SchemaRepository in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return SchemaRepositoryMethods in io.vertx.openapi.contract that return types with arguments of type SchemaRepositoryMethods in io.vertx.openapi.contract with parameters of type SchemaRepositoryModifier and TypeMethodDescriptionOpenAPIVersion.resolve(Vertx vertx, SchemaRepository repo, JsonObject contract) OpenAPIVersion.validateAdditionalContractFile(Vertx vertx, SchemaRepository repo, JsonObject file) Deprecated.OpenAPIVersion.validateAdditionalContractPart(Vertx vertx, SchemaRepository repo, JsonObject part) Validates an additional contract against the openapi schema.OpenAPIVersion.validateContract(Vertx vertx, SchemaRepository repo, JsonObject contract) -
Uses of SchemaRepository in io.vertx.reactivex.json.schema
Methods in io.vertx.reactivex.json.schema that return SchemaRepositoryMethods in io.vertx.reactivex.json.schema with parameters of type SchemaRepositoryModifier and TypeMethodDescriptionstatic SchemaRepositorySchemaRepository.newInstance(SchemaRepository arg) Constructors in io.vertx.reactivex.json.schema with parameters of type SchemaRepository -
Uses of SchemaRepository in io.vertx.rxjava3.json.schema
Methods in io.vertx.rxjava3.json.schema that return SchemaRepositoryMethods in io.vertx.rxjava3.json.schema with parameters of type SchemaRepositoryModifier and TypeMethodDescriptionstatic SchemaRepositorySchemaRepository.newInstance(SchemaRepository arg) Constructors in io.vertx.rxjava3.json.schema with parameters of type SchemaRepository