| Package | Description |
|---|---|
| com.github.fge.jsonschema.walk |
Schema walker, listener and processor
|
| com.github.fge.jsonschema.walk.collectors |
Pointer collectors for schema walking: dictionaries and interfaces
|
| com.github.fge.jsonschema.walk.collectors.common |
Pointer collectors: common collectors for draft v4 and draft v3
|
| com.github.fge.jsonschema.walk.collectors.draftv4 |
Pointer collectors: collectors specific to draft v4
|
| com.github.fge.jsonschema.walk.collectors.helpers |
Pointer collectors: base implementations
|
| Constructor and Description |
|---|
ResolvingSchemaWalker(SchemaTree tree,
Dictionary<PointerCollector> collectors,
Dictionary<SyntaxChecker> checkers,
LoadingConfiguration cfg)
Fully customized schema walker
|
SchemaWalker(SchemaTree tree,
Dictionary<PointerCollector> dict)
Protected constructor with a custom pointer collector dictionary
|
SimpleSchemaWalker(SchemaTree tree,
Dictionary<PointerCollector> dict) |
| Modifier and Type | Method and Description |
|---|---|
static Dictionary<PointerCollector> |
DraftV4PointerCollectorDictionary.get() |
static Dictionary<PointerCollector> |
DraftV3PointerCollectorDictionary.get() |
static Dictionary<PointerCollector> |
CommonPointerCollectorDictionary.get() |
| Modifier and Type | Class and Description |
|---|---|
class |
AdditionalItemsPointerCollector |
class |
AdditionalPropertiesPointerCollector |
class |
DependenciesPointerCollector |
| Modifier and Type | Method and Description |
|---|---|
static PointerCollector |
DependenciesPointerCollector.getInstance() |
static PointerCollector |
AdditionalPropertiesPointerCollector.getInstance() |
static PointerCollector |
AdditionalItemsPointerCollector.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
NotPointerCollector |
| Modifier and Type | Method and Description |
|---|---|
static PointerCollector |
NotPointerCollector.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPointerCollector |
class |
DraftV3TypeKeywordPointerCollector |
class |
SchemaArrayPointerCollector |
class |
SchemaMapPointerCollector |
class |
SchemaOrSchemaArrayPointerCollector |
Copyright © 2013. All Rights Reserved.