Interface ValidationEventFormatter

All Known Implementing Classes:
ContextualValidationEventFormatter, LineValidationEventFormatter

public interface ValidationEventFormatter
Formats ValidationEvents.
  • Method Summary

    Modifier and Type
    Method
    Description
    Converts the event to a string.
  • Method Details

    • format

      String format(ValidationEvent event)
      Converts the event to a string.
      Parameters:
      event - Event to write as a string.
      Returns:
      Returns the event as a formatted string.