Package org.eel.kitchen.jsonschema.main

Main schema validation API

See: Description

Package org.eel.kitchen.jsonschema.main Description

Main schema validation API

This package contains all classes you will use to validate your inputs:

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.