| Class | Description |
|---|---|
| JsonSchema |
The main validation class
|
| JsonSchemaFactory |
Factory to build JSON Schema validating instances
|
| JsonSchemaFactory.Builder |
Builder class for a
JsonSchemaFactory |
| SchemaContainer |
A JSON Schema container
|
| SchemaRegistry |
A JSON Schema registry
|
| ValidationContext |
A validation context
|
| ValidationReport |
Validation report
|
| Exception | Description |
|---|---|
| JsonSchemaException |
Generic exception thrown when the validation cannot proceed normally
|
This package contains all classes you will use to validate your inputs:
JsonSchemaFactory,A single JsonSchema instance can
validate as many inputs as required. What is more, it is fully thread
safe.
Copyright © 2012. All Rights Reserved.