Package | Description |
---|---|
org.forgerock.json.schema.validator.helpers |
These classes are capable of helping the validators to check certain constraints.
|
org.forgerock.json.schema.validator.validators |
These classes are capable of validating the objects against the initially loaded schema.
|
Modifier and Type | Class and Description |
---|---|
class |
DivisibleByHelper
This class checks a
Number instance. |
class |
EnumHelper
This class implements "enum" validation on all types of objects as defined in
the paragraph 5.19 of the JSON Schema specification.
|
class |
FormatHelper
This class implements "format" validation on primitive types of objects as defined in
the paragraph 5.23 of the JSON Schema specification.
|
class |
MaximumHelper
Helper compares two
Number s to check the maximum constraint. |
class |
MinimumHelper
Helper compares two
Number s to check the minimum constraint. |
Modifier and Type | Class and Description |
---|---|
class |
AnyTypeValidator
AnyTypeValidator applies all the constraints of a
any type. |
class |
ArrayTypeValidator
ArrayTypeValidator applies all the constraints of a
array type. |
class |
BooleanTypeValidator
BooleanTypeValidator applies all the constraints of a
boolean type. |
class |
IntegerTypeValidator
IntegerTypeValidator applies all the constraints of a
integer type. |
class |
NullTypeValidator
null Value MUST be null.
|
class |
NumberTypeValidator
NumberTypeValidator applies all the constraints of a
number type. |
class |
ObjectTypeValidator
ObjectTypeValidator applies all the constraints of a
object type. |
class |
ReferenceTypeValidator
ReferenceTypeValidator holds a reference to another validator.
|
class |
StringTypeValidator
StringTypeValidator applies all the constraints of a
string type. |
class |
UnionTypeValidator
Union Types An array of two or more simple validators definitions.
|
class |
Validator
Validator is the abstract base class of all typed validator.
|
Copyright 2011-2017 ForgeRock AS.