Uses of Class
io.vertx.rxjava3.json.schema.SchemaRepository
Packages that use SchemaRepository
Package
Description
-
Uses of SchemaRepository in io.vertx.rxjava3.ext.web.validation.builder
Methods in io.vertx.rxjava3.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.rxjava3.json.schema
Fields in io.vertx.rxjava3.json.schema with type parameters of type SchemaRepositoryModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<SchemaRepository> SchemaRepository.__TYPE_ARGMethods in io.vertx.rxjava3.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.static SchemaRepositorySchemaRepository.newInstance(SchemaRepository arg) 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.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return SchemaRepository