public final class ObjectValidator extends Object
Validator
each time
and uses the FailFastErrorHandler
to validate the instance object.Modifier and Type | Method and Description |
---|---|
static boolean |
validate(Object node,
Map<String,Object> schema)
Validate the given
node against the schema
This implementation is pessimistic and returns false if any exception was thrown. |
public static boolean validate(Object node, Map<String,Object> schema)
node
against the schema
This implementation is pessimistic and returns false if any exception was thrown.node
- instance to validateschema
- schema for validationCopyright © 2025 Open Identity Platform Community. All rights reserved.