Modifier and Type | Method and Description |
---|---|
void |
FailFastErrorHandler.error(ValidationException exception)
Receive notification of an error.
|
abstract void |
ErrorHandler.error(ValidationException exception)
Receive notification of an error.
|
void |
CollectErrorsHandler.error(ValidationException exception)
Receive notification of an error.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationException
Encapsulate a JSON validator error.
|
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 |
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 |
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.