| Package | Description |
|---|---|
| org.eel.kitchen.jsonschema.bundle |
Schema keywords and keyword bundles
|
| org.eel.kitchen.jsonschema.keyword |
Schema validation core elements: keyword validators
|
| org.eel.kitchen.jsonschema.main |
Main schema validation API
|
| org.eel.kitchen.jsonschema.syntax |
Schema syntax validation package
|
| org.eel.kitchen.jsonschema.validator |
Core validation process
|
| Modifier and Type | Field and Description |
|---|---|
private static KeywordBundle |
KeywordBundles.DEFAULT_BUNDLE |
| Modifier and Type | Method and Description |
|---|---|
(package private) KeywordBundle |
KeywordBundle.copy()
Package-private method to generate a full copy of this bundle
|
static KeywordBundle |
KeywordBundles.defaultBundle()
The standard draft v3 keyword bundle
|
| Constructor and Description |
|---|
KeywordFactory(KeywordBundle bundle)
The only constructor
|
| Modifier and Type | Field and Description |
|---|---|
private KeywordBundle |
JsonSchemaFactory.Builder.bundle
The keyword bundle
|
| Constructor and Description |
|---|
JsonSchemaFactory.Builder(KeywordBundle bundle)
Main constructor
|
| Constructor and Description |
|---|
SyntaxValidator(KeywordBundle bundle)
Constructor
|
| Constructor and Description |
|---|
JsonValidatorCache(KeywordBundle bundle,
SchemaRegistry registry)
Constructor
|
Copyright © 2012. All Rights Reserved.