| Class | Description |
|---|---|
| JsonSchema |
The main validation class
|
| JsonSchemaFactory |
Factory to build JSON Schema validating instances
|
| JsonSchemaFactory.Builder |
Builder class for a
JsonSchemaFactory |
| Enum | Description |
|---|---|
| ValidationFeature |
Validation features
|
| 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.Builder,JsonSchema instance,
JsonSchema is thread safe and
immutable, you can therefore use a same instance to validate as much data as
you want -- in parallel.
You can customize your schema factory (via the builder) in several ways:
See also:
Copyright © 2012. All Rights Reserved.