Package org.forgerock.json.schema.validator.helpers
These classes are capable of helping the validators to check certain constraints.
The schema definition uses multiple constraints but most of them are type specific. These are the common ones.
-
Class Summary Class Description DivisibleByHelper This class checks aNumber
instance.EnumHelper This class implements "enum" validation on all types of objects as defined in the paragraph 5.19 of the JSON Schema specification.FormatHelper This class implements "format" validation on primitive types of objects as defined in the paragraph 5.23 of the JSON Schema specification.MaximumHelper Helper compares twoNumber
s to check the maximum constraint.MinimumHelper Helper compares twoNumber
s to check the minimum constraint.