public final class LineValidationEventFormatter extends java.lang.Object implements ValidationEventFormatter
ValidationEvent
objects as a single line string.Constructor and Description |
---|
LineValidationEventFormatter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(ValidationEvent event)
Converts the event to a string.
|
public java.lang.String format(ValidationEvent event)
ValidationEventFormatter
format
in interface ValidationEventFormatter
event
- Event to write as a string.