Package org.forgerock.json.schema.validator
These classes are the commonly used classes from other applications.
-
Class Summary Class Description CollectErrorsHandler The CollectErrorsHandler implements theErrorHandler
and never throws any exception, but collects them so callers can retrieve all of them in one go.Constants Constants is the collection of all constant values used by the object validator implementation.ErrorHandler ErrorHandler is the abstract base class for Validators.FailFastErrorHandler FailFastErrorHandler implements theErrorHandler
in a way it re-throws the exception at first time.ObjectValidator The ObjectValidator is a sample implementation of how to use the validator.ObjectValidatorFactory ObjectValidatorFactory initialises the validator instances for given schemas.