validate

abstract fun validate(context: ValidationContext, issues: MutableList<ValidationIssue>)

Synchronous implementation of ValidationContext.validate. Validation issues should be added to issues.


Runs the validation within a ValidationContext containing the value being validated and the value of all declared dependencies. Returns a flow over all found issues.