| 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
The validator cache
|
private JsonValidatorCache |
JsonSchemaFactory.cache
Validator cache
|
| Constructor and Description |
|---|
JsonSchema(JsonValidatorCache cache,
EnumSet<ValidationFeature> features,
FormatBundle bundle,
SchemaNode schemaNode)
Constructor, package private
|
| Modifier and Type | Field and Description |
|---|---|
private JsonValidatorCache |
ValidationContext.cache |
| Constructor and Description |
|---|
ValidationContext(JsonValidatorCache cache) |
ValidationContext(JsonValidatorCache cache,
EnumSet<ValidationFeature> features) |
ValidationContext(JsonValidatorCache cache,
EnumSet<ValidationFeature> features,
FormatBundle bundle) |
ValidationContext(JsonValidatorCache cache,
SchemaContainer container) |
Copyright © 2012. All Rights Reserved.