Class JsonConfigurationErrorReporter

java.lang.Object
io.micronaut.jsonschema.configuration.validator.report.JsonConfigurationErrorReporter
All Implemented Interfaces:
ConfigurationErrorReporter

public final class JsonConfigurationErrorReporter extends Object implements ConfigurationErrorReporter
Reports errors as JSON.
  • Constructor Details

    • JsonConfigurationErrorReporter

      public JsonConfigurationErrorReporter(io.micronaut.json.JsonMapper jsonMapper, OutputStream output)
      Parameters:
      jsonMapper - The JSON mapper
      output - The output stream
  • Method Details