Class FindingCollectingConstraintValidationHandler

java.lang.Object
dev.metaschema.core.model.constraint.AbstractConstraintValidationHandler
dev.metaschema.core.model.constraint.FindingCollectingConstraintValidationHandler
All Implemented Interfaces:
IConstraintValidationHandler, IValidationResult

A validation result handler that collects the resulting findings for later retrieval using the getFindings() method.

This class is thread-safe and can be used with parallel constraint validation.