Class LineValidationEventFormatter
java.lang.Object
software.amazon.smithy.model.validation.LineValidationEventFormatter
- All Implemented Interfaces:
ValidationEventFormatter
Writes
ValidationEvent
objects as a single line string.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LineValidationEventFormatter
public LineValidationEventFormatter()
-
-
Method Details
-
format
Description copied from interface:ValidationEventFormatter
Converts the event to a string.- Specified by:
format
in interfaceValidationEventFormatter
- Parameters:
event
- Event to write as a string.- Returns:
- Returns the event as a formatted string.
-