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