| Interface and Description |
|---|
| io.vertx.json.schema.Schema
users should migrate to the new validator
|
| io.vertx.json.schema.SchemaParser
users should migrate to the new validator
|
| io.vertx.json.schema.common.SchemaParserInternal |
| io.vertx.json.schema.SchemaRouter
users should migrate to the new validator
|
| Class and Description |
|---|
| io.vertx.json.schema.common.BaseSchemaParser |
| io.vertx.json.schema.draft201909.Draft201909SchemaParser |
| io.vertx.json.schema.draft7.Draft7SchemaParser |
| io.vertx.json.schema.openapi3.OpenAPI3SchemaParser |
| io.vertx.json.schema.SchemaRouterOptions
users should migrate to the new validator
|
| Exceptions and Description |
|---|
| io.vertx.json.schema.NoSyncValidationException
users should migrate to the new validator
|
| Method and Description |
|---|
| io.vertx.json.schema.common.dsl.SchemaBuilder.build(SchemaParser)
This method creates an hard link to the parser which we want to avoid
|
| io.vertx.json.schema.ValidationException.createException(String, String, Object) |
| io.vertx.json.schema.ValidationException.createException(String, String, Object, Collection<Throwable>) |
| io.vertx.json.schema.ValidationException.createException(String, String, Object, Throwable) |
| io.vertx.json.schema.ValidationException.scope()
use
ValidationException.schema() and then Schema.getScope() instead |
Copyright © 2022 Eclipse. All rights reserved.