Package com.github.fge.jsonschema.main

Main interface to validation

See:
          Description

Class Summary
JsonSchema Single-schema instance validator
JsonSchemaFactory The main validator provider
JsonSchemaFactoryBuilder Thawed instance of a JsonSchemaFactory
JsonValidator A generic schema/instance validator
 

Package com.github.fge.jsonschema.main Description

Main interface to validation

This package contains wrapper classes over validation processors.

The main provider is JsonSchemaFactory: from this class, you can obtain a SyntaxValidator, a JsonValidator or a JsonSchema.



Copyright © 2014. All Rights Reserved.