Package | Description |
---|---|
com.github.fge.jsonschema.cfg | |
com.github.fge.jsonschema.load |
Schema loading and preloading classes
|
com.github.fge.jsonschema.walk |
Schema walker, listener and processor
|
Modifier and Type | Method and Description |
---|---|
static LoadingConfiguration |
LoadingConfiguration.byDefault()
Create a default, immutable loading configuration
|
LoadingConfiguration |
LoadingConfigurationBuilder.freeze()
freeze this configuration
|
Constructor and Description |
---|
SchemaLoader(LoadingConfiguration cfg)
Create a new schema loader with a given loading configuration
|
URIManager(LoadingConfiguration cfg) |
Constructor and Description |
---|
ResolvingSchemaWalker(SchemaTree tree,
Dictionary<PointerCollector> collectors,
Dictionary<SyntaxChecker> checkers,
LoadingConfiguration cfg)
Fully customized schema walker
|
ResolvingSchemaWalker(SchemaTree tree,
SchemaVersion version,
LoadingConfiguration cfg)
Constructor for a given schema version
|
Copyright © 2013. All Rights Reserved.