Uses of Class
io.vertx.json.schema.JsonSchemaOptions
Packages that use JsonSchemaOptions
Package
Description
-
Uses of JsonSchemaOptions in io.vertx.json.schema
Methods in io.vertx.json.schema that return JsonSchemaOptionsModifier and TypeMethodDescriptionJsonSchemaOptions.setBaseUri(String baseUri) JsonSchemaOptions.setOutputFormat(OutputFormat outputFormat) Methods in io.vertx.json.schema with parameters of type JsonSchemaOptionsModifier 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.static ValidatorValidator.create(JsonSchema schema, JsonSchemaOptions options) Creates a new validator with some initial schema and options.static ValidatorValidator.create(JsonSchema schema, JsonSchemaOptions options, JsonFormatValidator jsonFormatValidator) Creates a new validator with some initial schema, options and a custom JSON format validator.default ValidatorSchemaRepository.validator(JsonSchema schema, JsonSchemaOptions options) A new validator instance overriding this repository options.SchemaRepository.validator(JsonSchema schema, JsonSchemaOptions options, boolean dereference) A new validator instance overriding this repository options.SchemaRepository.validator(String ref, JsonSchemaOptions options) A new validator instance overriding this repository options.Constructors in io.vertx.json.schema with parameters of type JsonSchemaOptions -
Uses of JsonSchemaOptions in io.vertx.reactivex.json.schema
Methods in io.vertx.reactivex.json.schema with parameters of type JsonSchemaOptionsModifier 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.static ValidatorValidator.create(JsonSchema schema, JsonSchemaOptions options) Creates a new validator with some initial schema and options.static ValidatorValidator.create(JsonSchema schema, JsonSchemaOptions options, JsonFormatValidator jsonFormatValidator) Creates a new validator with some initial schema, options and a custom JSON format validator.SchemaRepository.validator(JsonSchema schema, JsonSchemaOptions options) A new validator instance overriding this repository options.SchemaRepository.validator(JsonSchema schema, JsonSchemaOptions options, boolean dereference) A new validator instance overriding this repository options.SchemaRepository.validator(String ref, JsonSchemaOptions options) A new validator instance overriding this repository options. -
Uses of JsonSchemaOptions in io.vertx.rxjava3.json.schema
Methods in io.vertx.rxjava3.json.schema with parameters of type JsonSchemaOptionsModifier 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.static ValidatorValidator.create(JsonSchema schema, JsonSchemaOptions options) Creates a new validator with some initial schema and options.static ValidatorValidator.create(JsonSchema schema, JsonSchemaOptions options, JsonFormatValidator jsonFormatValidator) Creates a new validator with some initial schema, options and a custom JSON format validator.SchemaRepository.validator(JsonSchema schema, JsonSchemaOptions options) A new validator instance overriding this repository options.SchemaRepository.validator(JsonSchema schema, JsonSchemaOptions options, boolean dereference) A new validator instance overriding this repository options.SchemaRepository.validator(String ref, JsonSchemaOptions options) A new validator instance overriding this repository options.