Package | Description |
---|---|
io.vertx.json.schema | |
io.vertx.reactivex.json.schema | |
io.vertx.rxjava.json.schema | |
io.vertx.rxjava3.json.schema |
Modifier and Type | Method and Description |
---|---|
static Validator |
Validator.create(JsonSchema schema,
JsonSchemaOptions options)
Creates a new validator with some initial schema and options.
|
Validator |
SchemaRepository.validator(JsonSchema schema)
A new validator instance using this repository options.
|
Validator |
SchemaRepository.validator(JsonSchema schema,
JsonSchemaOptions options)
A new validator instance overriding this repository options.
|
Validator |
SchemaRepository.validator(String ref)
A new validator instance using this repository options.
|
Validator |
SchemaRepository.validator(String ref,
JsonSchemaOptions options)
A new validator instance overriding this repository options.
|
Modifier and Type | Method and Description |
---|---|
Validator |
Validator.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Validator |
Validator.newInstance(Validator arg) |
Constructor and Description |
---|
Validator(Validator delegate) |
Modifier and Type | Method and Description |
---|---|
Validator |
Validator.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Validator |
Validator.newInstance(Validator arg) |
Constructor and Description |
---|
Validator(Validator delegate) |
Modifier and Type | Method and Description |
---|---|
Validator |
Validator.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Validator |
Validator.newInstance(Validator arg) |
Constructor and Description |
---|
Validator(Validator delegate) |
Copyright © 2023 Eclipse. All rights reserved.