Package | Description |
---|---|
io.vertx.json.schema | |
io.vertx.json.schema.common | |
io.vertx.json.schema.draft201909 |
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaRouter.resolveCachedSchema(JsonPointer refPointer,
JsonPointer schemaScope,
SchemaParser parser)
Resolve cached schema based on refPointer.
|
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 © 2021 Eclipse. All rights reserved.