| 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 | Method and Description |
|---|---|
static KeywordBundle |
KeywordBundles.defaultBundle()
The standard draft v3 keyword bundle
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeywordBundle.mergeWith(KeywordBundle other)
Merge with another keyword bundle
|
| Constructor and Description |
|---|
KeywordFactory(KeywordBundle bundle)
The only constructor
|
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaFactory.Builder |
JsonSchemaFactory.Builder.addKeywords(KeywordBundle keywordBundle)
Merge the existing keyword bundle with another, custom bundle
|
JsonSchemaFactory.Builder |
JsonSchemaFactory.Builder.withKeywordBundle(KeywordBundle keywordBundle)
Replace the keyword bundle with an entirely new bundle
|
| Constructor and Description |
|---|
SyntaxValidator(KeywordBundle bundle)
Constructor
|
| Constructor and Description |
|---|
JsonValidatorCache(KeywordBundle bundle,
SchemaRegistry registry)
Constructor
|
Copyright © 2012. All Rights Reserved.