Package | Description |
---|---|
org.forgerock.json.schema.validator | |
org.forgerock.json.schema.validator.helpers | |
org.forgerock.json.schema.validator.validators |
Modifier and Type | Class and Description |
---|---|
class |
CollectErrorsHandler
The CollectErrorsHandler implements the
ErrorHandler and never throws
any exception, but collects them so callers can retrieve all of them in one
go. |
class |
FailFastErrorHandler
FailFastErrorHandler implements the
ErrorHandler in a way it re-throws the exception
at first time. |
Modifier and Type | Method and Description |
---|---|
void |
MinimumHelper.validate(Number node,
JsonPointer at,
ErrorHandler handler) |
void |
MaximumHelper.validate(Number node,
JsonPointer at,
ErrorHandler handler) |
void |
DivisibleByHelper.validate(Number node,
JsonPointer at,
ErrorHandler handler) |
void |
FormatHelper.validate(Object node,
JsonPointer at,
ErrorHandler handler) |
void |
EnumHelper.validate(Object node,
JsonPointer at,
ErrorHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
UnionTypeValidator.validate(Object node,
JsonPointer at,
ErrorHandler handler)
Validates the
node value against the embedded schema object. |
void |
StringTypeValidator.validate(Object node,
JsonPointer at,
ErrorHandler handler)
Validates the
node value against the embedded schema object. |
void |
ReferenceTypeValidator.validate(Object node,
JsonPointer at,
ErrorHandler handler)
Validates the
node value against the embedded schema object. |
void |
ObjectTypeValidator.validate(Object value,
JsonPointer at,
ErrorHandler handler)
Validates the
node value against the embedded schema object. |
void |
NumberTypeValidator.validate(Object node,
JsonPointer at,
ErrorHandler handler)
Validates the
node value against the embedded schema object. |
void |
NullTypeValidator.validate(Object node,
JsonPointer at,
ErrorHandler handler) |
void |
IntegerTypeValidator.validate(Object node,
JsonPointer at,
ErrorHandler handler)
Validates the
node value against the embedded schema object. |
void |
BooleanTypeValidator.validate(Object node,
JsonPointer at,
ErrorHandler handler)
Validates the
node value against the embedded schema object. |
void |
ArrayTypeValidator.validate(Object node,
JsonPointer at,
ErrorHandler handler)
Validates the
node value against the embedded schema object. |
void |
AnyTypeValidator.validate(Object node,
JsonPointer at,
ErrorHandler handler)
Validates the
node value against the embedded schema object. |
void |
SimpleValidator.validate(T node,
JsonPointer at,
ErrorHandler handler)
Validates the
node value against the embedded schema object. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.