Package | Description |
---|---|
io.vertx.json.schema | |
io.vertx.json.schema.common | |
io.vertx.json.schema.draft201909 |
Modifier and Type | Method and Description |
---|---|
SchemaRepository |
SchemaRepository.dereference(JsonSchema schema)
Dereferences a schema to the repository.
|
SchemaRepository |
SchemaRepository.dereference(String uri,
JsonSchema schema)
Dereferences a schema to the repository.
|
Schema |
SchemaRouter.resolveCachedSchema(JsonPointer refPointer,
JsonPointer schemaScope,
SchemaParser parser)
Deprecated.
Resolve cached schema based on refPointer.
|
OutputUnit |
Validator.validate(Object instance)
Validate a given input against the initial schema
|
Modifier and Type | Method and Description |
---|---|
Validator |
ValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent)
This method consume the schema eventually creating a new
Validator . |
Modifier and Type | Method and Description |
---|---|
Validator |
UnevaluatedItemsValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
UnevaluatedPropertiesValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Copyright © 2023 Eclipse. All rights reserved.