Interface ValidationReportFormat

All Known Implementing Classes:
JsonValidationReportFormat, SimpleValidationReportFormat

public interface ValidationReportFormat
  • Method Summary

    Modifier and Type
    Method
    Description
    Format the given validation report as a String suitable for logging etc.
  • Method Details

    • apply

      String apply(ValidationReport report)
      Format the given validation report as a String suitable for logging etc.
      Parameters:
      report - The report to format
      Returns:
      A string representation of the given report