Interface ValidationReportFormat
- All Known Implementing Classes:
JsonValidationReportFormat,SimpleValidationReportFormat
public interface ValidationReportFormat
-
Method Summary
Modifier and TypeMethodDescriptionapply(ValidationReport report) Format the given validation report as aStringsuitable for logging etc.
-
Method Details
-
apply
Format the given validation report as aStringsuitable for logging etc.- Parameters:
report- The report to format- Returns:
- A string representation of the given report
-