Package org.forgerock.json.schema.validator.validators


package org.forgerock.json.schema.validator.validators
These classes are capable of validating the objects against the initially loaded schema.

All class implements the abstract Validator class constructor.

Each class is responsible for validating one object type. See the mappings between the types and classes in the this list:

Other type values MAY be used for custom purposes, but minimal validators of the specification implementation can allow any instance value on unknown type values.