| Package | Description |
|---|---|
| com.github.fge.jsonschema.processing |
Core processing interface and building utility classes
|
| com.github.fge.jsonschema.report |
Processing report infrastructure
|
| Modifier and Type | Method and Description |
|---|---|
OUT |
CachingProcessor.process(ProcessingReport report,
IN input) |
OUT |
Processor.process(ProcessingReport report,
IN input)
Process the input
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessingReport
Base implementation of a processing report
|
class |
ConsoleProcessingReport
A simple processing report printing its messages to
System.out |
class |
ForwardingReport
A simple forwarding processing report with success/failure state
|
class |
ListProcessingReport
List-based implementation of a ProcessingReport |
| Modifier and Type | Method and Description |
|---|---|
ProcessingReport |
ReportProvider.newReport()
Generate a new report
|
ProcessingReport |
ListReportProvider.newReport() |
ProcessingReport |
ReportProvider.newReport(LogLevel logLevel)
Generate a new report with an adapted log level and the same exception
threshold
|
ProcessingReport |
ListReportProvider.newReport(LogLevel logLevel) |
ProcessingReport |
ReportProvider.newReport(LogLevel logLevel,
LogLevel exceptionThreshold)
Generate a new report with an adapted log level and exception threshold
|
ProcessingReport |
ListReportProvider.newReport(LogLevel logLevel,
LogLevel exceptionThreshold) |
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardingReport.mergeWith(ProcessingReport other) |
void |
AbstractProcessingReport.mergeWith(ProcessingReport other) |
void |
ProcessingReport.mergeWith(ProcessingReport other)
Merge another report into this report
|
| Constructor and Description |
|---|
ForwardingReport(ProcessingReport report)
Constructor
|
ListProcessingReport(ProcessingReport other) |
Copyright © 2013. All Rights Reserved.