Uses of Class
io.vertx.mutiny.json.schema.JsonSchema
Packages that use JsonSchema
-
Uses of JsonSchema in io.vertx.mutiny.json.schema
Fields in io.vertx.mutiny.json.schema with type parameters of type JsonSchemaMethods in io.vertx.mutiny.json.schema that return JsonSchemaModifier and TypeMethodDescriptionAnnotates the schema.Look up a schema using a JSON pointer notationstatic JsonSchemaJsonSchema.newInstance(io.vertx.json.schema.JsonSchema delegate) Creates a new instance of theJsonSchema.static JsonSchemaJsonSchema.of(boolean bool) Factory method to create aJsonSchemafrom aBoolean.static JsonSchemaJsonSchema.of(io.vertx.core.json.JsonObject json) Factory method to create aJsonSchemafrom aJsonObject.static JsonSchemaFactory method to create aJsonSchemafrom aJsonObject.Methods in io.vertx.mutiny.json.schema with parameters of type JsonSchemaModifier and TypeMethodDescriptionstatic ValidatorValidator.create(JsonSchema schema, io.vertx.json.schema.JsonSchemaOptions options) Creates a new validator with some initial schema and options.static ValidatorValidator.create(JsonSchema schema, io.vertx.json.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.SchemaRepository.validator(JsonSchema schema, io.vertx.json.schema.JsonSchemaOptions options) A new validator instance overriding this repository options.SchemaRepository.validator(JsonSchema schema, io.vertx.json.schema.JsonSchemaOptions options, boolean dereference) A new validator instance overriding this repository options.