| Package | Description |
|---|---|
| org.eel.kitchen.jsonschema.main |
Main schema validation API
|
| org.eel.kitchen.jsonschema.validator |
Core validation process
|
| Modifier and Type | Field and Description |
|---|---|
private JsonValidatorCache |
JsonSchema.cache |
private JsonValidatorCache |
JsonSchemaFactory.cache |
private JsonValidatorCache |
ValidationContext.cache |
| Modifier and Type | Method and Description |
|---|---|
JsonValidatorCache |
JsonSchemaFactory.getValidatorCache() |
JsonValidatorCache |
ValidationContext.getValidatorCache() |
| Constructor and Description |
|---|
JsonSchema(JsonValidatorCache cache,
SchemaContainer container,
JsonNode schema) |
ValidationContext(JsonValidatorCache cache) |
| Modifier and Type | Field and Description |
|---|---|
protected JsonValidatorCache |
ContainerValidator.cache |
private JsonValidatorCache |
InstanceValidator.cache |
| Constructor and Description |
|---|
ArrayValidator(JsonValidatorCache cache,
SchemaNode schemaNode) |
ContainerValidator(JsonValidatorCache cache,
SchemaNode schemaNode) |
InstanceValidator(JsonValidatorCache cache,
SchemaNode schemaNode,
Set<KeywordValidator> validators)
Constructor, package private
|
ObjectValidator(JsonValidatorCache cache,
SchemaNode schemaNode) |
Copyright © 2012. All Rights Reserved.