Package-level declarations
Types
Suspending constraint validator for executing asynchronous validation rules (e.g. database lookups, remote API checks).
Execution metrics per validator class.
Builder accumulating property rules.
Total validation counts and timing metrics.
Strategy controlling when form state validation is automatically triggered.
Diagnostics controller for enabling validation metrics and profiling.
Fluent programmatic validation builder for dynamic or unannotated data classes.
Functions
Returns list of all error messages in the result.
Returns list of error message strings from the list of validation errors.
Groups validation errors by target field name.
Groups validation errors in the list by target field name.
Returns map of target field names to their first ValidationError.
Associates validation errors in the list by target field name.
Filters validation result errors matching the given field paths.
Filters error list for errors matching the target field names or subpaths.
Returns the first error in the result, or null.
Returns the first error in the list, or null.
Helper extension executing validation with diagnostics timing.