Interface ValidationEventFormatter

    • Method Summary

      Modifier and Type Method Description
      java.lang.String format​(ValidationEvent event)
      Converts the event to a string.
    • Method Detail

      • format

        java.lang.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.