Class HtmlConfigurationErrorReporter
java.lang.Object
io.micronaut.jsonschema.configuration.validator.report.HtmlConfigurationErrorReporter
- All Implemented Interfaces:
ConfigurationErrorReporter
public final class HtmlConfigurationErrorReporter
extends Object
implements ConfigurationErrorReporter
Reports errors as an HTML document.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreport(Set<ConfigurationError> errors) Report configuration validation errors.
-
Constructor Details
-
HtmlConfigurationErrorReporter
- Parameters:
output- The output stream
-
-
Method Details
-
report
Description copied from interface:ConfigurationErrorReporterReport configuration validation errors.- Specified by:
reportin interfaceConfigurationErrorReporter- Parameters:
errors- The errors to report- Throws:
IOException- If the reporter fails to write the report
-