Uses of Interface
io.vertx.json.schema.JsonSchema
Packages that use JsonSchema
Package
Description
-
Uses of JsonSchema in io.vertx.json.schema
Methods in io.vertx.json.schema that return JsonSchemaModifier and TypeMethodDescriptionAnnotates the schema.Look up a schema using a JSON pointer notationstatic JsonSchemaJsonSchema.of(boolean bool) Factory method to create aJsonSchemafrom aBoolean.static JsonSchemaJsonSchema.of(JsonObject json) Factory method to create aJsonSchemafrom aJsonObject.static JsonSchemaJsonSchema.of(String id, JsonObject json) Factory method to create aJsonSchemafrom aJsonObject.Methods in io.vertx.json.schema with parameters of type JsonSchemaModifier and TypeMethodDescriptionstatic 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.dereference(JsonSchema schema) Dereferences a schema to the repository.SchemaRepository.dereference(String uri, JsonSchema schema) Dereferences a schema to the repository.SchemaRepository.validator(JsonSchema schema) A new validator instance using this repository options.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. -
Uses of JsonSchema in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return JsonSchema -
Uses of JsonSchema in io.vertx.reactivex.json.schema
Methods in io.vertx.reactivex.json.schema that return JsonSchemaMethods in io.vertx.reactivex.json.schema with parameters of type JsonSchemaConstructors in io.vertx.reactivex.json.schema with parameters of type JsonSchema -
Uses of JsonSchema in io.vertx.rxjava3.json.schema
Methods in io.vertx.rxjava3.json.schema that return JsonSchemaMethods in io.vertx.rxjava3.json.schema with parameters of type JsonSchemaConstructors in io.vertx.rxjava3.json.schema with parameters of type JsonSchema