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
Constructors - 
Method Summary
 
- 
Constructor Details
- 
LineValidationEventFormatter
public LineValidationEventFormatter() 
 - 
 - 
Method Details
- 
format
Description copied from interface:ValidationEventFormatterConverts the event to a string.- Specified by:
 formatin interfaceValidationEventFormatter- Parameters:
 event- Event to write as a string.- Returns:
 - Returns the event as a formatted string.
 
 
 -