Package | Description |
---|---|
io.vertx.json.schema.common |
Modifier and Type | Class and Description |
---|---|
class |
FalseSchema |
class |
RecursiveRefSchema |
class |
RefSchema |
class |
SchemaImpl |
class |
TrueSchema |
Modifier and Type | Field and Description |
---|---|
protected SchemaInternal |
BaseSingleSchemaValidator.schema |
protected SchemaInternal[] |
BaseCombinatorsValidator.schemas |
Modifier and Type | Method and Description |
---|---|
default SchemaInternal |
SchemaParserInternal.parse(Boolean jsonSchema)
Deprecated.
|
default SchemaInternal |
SchemaParserInternal.parse(Boolean jsonSchema,
JsonPointer schemaPointer)
Deprecated.
|
default SchemaInternal |
SchemaParserInternal.parse(JsonObject jsonSchema)
Deprecated.
|
default SchemaInternal |
SchemaParserInternal.parse(JsonObject jsonSchema,
JsonPointer schemaPointer)
Deprecated.
|
default SchemaInternal |
SchemaParserInternal.parse(Object jsonSchema,
JsonPointer scope)
Deprecated.
|
SchemaInternal |
BaseSchemaParser.parse(Object jsonSchema,
JsonPointer scope,
MutableStateValidator parent)
Deprecated.
|
SchemaInternal |
SchemaParserInternal.parse(Object jsonSchema,
JsonPointer scope,
MutableStateValidator parent)
Deprecated.
|
default SchemaInternal |
SchemaParserInternal.parse(Object jsonSchema,
URI scope)
Deprecated.
|
default SchemaInternal |
SchemaParserInternal.parse(Object jsonSchema,
URI scope,
MutableStateValidator parent)
Deprecated.
|
default SchemaInternal |
SchemaParserInternal.parseFromString(String unparsedJson)
Deprecated.
|
default SchemaInternal |
SchemaParserInternal.parseFromString(String unparsedJson,
JsonPointer schemaPointer)
Deprecated.
|
SchemaInternal |
BaseSchemaParser.parseFromString(String unparsedJson,
JsonPointer scope,
MutableStateValidator parent)
Deprecated.
|
SchemaInternal |
SchemaParserInternal.parseFromString(String unparsedJson,
JsonPointer scope,
MutableStateValidator parent)
Deprecated.
|
default SchemaInternal |
SchemaParserInternal.parseFromString(String unparsedJson,
URI scope)
Deprecated.
|
default SchemaInternal |
SchemaParserInternal.parseFromString(String unparsedJson,
URI scope,
MutableStateValidator parent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ValidatorContext |
RecursiveRefSchema.generateValidationContext(SchemaInternal schema,
ValidatorContext parent) |
void |
BaseSingleSchemaValidator.setSchema(SchemaInternal schema) |
Copyright © 2023 Eclipse. All rights reserved.