Uses of Class
io.vertx.reactivex.json.schema.SchemaRepository
-
Packages that use SchemaRepository Package Description io.vertx.reactivex.ext.web.validation.builder io.vertx.reactivex.json.schema io.vertx.reactivex.openapi.contract -
-
Uses of SchemaRepository in io.vertx.reactivex.ext.web.validation.builder
Methods in io.vertx.reactivex.ext.web.validation.builder with parameters of type SchemaRepository Modifier and Type Method Description io.vertx.ext.web.validation.impl.body.BodyProcessor
BodyProcessorFactory. create(SchemaRepository schemaRepository)
io.vertx.ext.web.validation.impl.parameter.ParameterProcessor
ParameterProcessorFactory. create(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaRepository schemaRepo)
io.vertx.ext.web.validation.impl.parameter.ParameterProcessor
StyledParameterProcessorFactory. create(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaRepository repository)
static ValidationHandlerBuilder
ValidationHandlerBuilder. create(SchemaRepository repo)
-
Uses of SchemaRepository in io.vertx.reactivex.json.schema
Fields in io.vertx.reactivex.json.schema with type parameters of type SchemaRepository Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<SchemaRepository>
SchemaRepository. __TYPE_ARG
Methods in io.vertx.reactivex.json.schema that return SchemaRepository Modifier and Type Method Description static SchemaRepository
SchemaRepository. create(JsonSchemaOptions options)
Create a repository with some initial configuration.static SchemaRepository
SchemaRepository. create(JsonSchemaOptions options, JsonFormatValidator jsonFormatValidator)
Create a repository with some initial configuration.SchemaRepository
SchemaRepository. dereference(JsonSchema schema)
Dereferences a schema to the repository.SchemaRepository
SchemaRepository. dereference(String uri, JsonSchema schema)
Dereferences a schema to the repository.static SchemaRepository
SchemaRepository. newInstance(SchemaRepository arg)
SchemaRepository
SchemaRepository. preloadMetaSchema(FileSystem fs)
Preloads the repository with the meta schemas for the related @linkDraft
version.SchemaRepository
SchemaRepository. preloadMetaSchema(FileSystem fs, Draft draft)
Preloads the repository with the meta schemas for the related draft version. -
Uses of SchemaRepository in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return SchemaRepository Modifier and Type Method Description SchemaRepository
OpenAPIContract. getSchemaRepository()
-