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, Set<DependencyInjectionError> dependencyInjectionErrors) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConfigurationErrorReporter
report
-
Constructor Details
-
HtmlConfigurationErrorReporter
- Parameters:
output- The output stream
-
-
Method Details
-
report
public void report(Set<ConfigurationError> errors, Set<DependencyInjectionError> dependencyInjectionErrors) throws IOException - Specified by:
reportin interfaceConfigurationErrorReporter- Throws:
IOException
-