Package | Description |
---|---|
com.github.fge.jsonschema.cfg |
Validation processor configuration classes
|
com.github.fge.jsonschema.library |
Schema keyword libraries
|
com.github.fge.jsonschema.processors.build |
Keyword builder processor
|
com.github.fge.jsonschema.processors.digest |
Schema digester
|
com.github.fge.jsonschema.processors.format |
Format attribute handler
|
com.github.fge.jsonschema.processors.validation |
Main validation processors and utility classes
|
Modifier and Type | Method and Description |
---|---|
Library |
ValidationConfiguration.getDefaultLibrary()
Return the default library to use
|
Modifier and Type | Method and Description |
---|---|
Map<com.github.fge.jsonschema.ref.JsonRef,Library> |
ValidationConfiguration.getLibraries()
Return the map of libraries for this configuration
|
Modifier and Type | Method and Description |
---|---|
ValidationConfigurationBuilder |
ValidationConfigurationBuilder.addLibrary(String uri,
Library library)
Add a
$schema and matching library to this configuration |
ValidationConfigurationBuilder |
ValidationConfigurationBuilder.setDefaultLibrary(String uri,
Library library)
Add a library and sets it as the default
|
Modifier and Type | Method and Description |
---|---|
Library |
LibraryBuilder.freeze()
Return a frozen version of this builder
|
static Library |
DraftV4Library.get() |
static Library |
DraftV3Library.get() |
Constructor and Description |
---|
ValidatorBuilder(Library library) |
Constructor and Description |
---|
SchemaDigester(Library library) |
Constructor and Description |
---|
FormatProcessor(Library library) |
Constructor and Description |
---|
ValidationChain(com.github.fge.jsonschema.processors.ref.RefResolver refResolver,
Library library,
boolean useFormat) |
Copyright © 2014. All Rights Reserved.