Package | Description |
---|---|
com.github.fge.jsonschema.processing |
Core processing interface and building utility classes
|
Modifier and Type | Method and Description |
---|---|
static <IN extends MessageProvider,OUT extends MessageProvider> |
ProcessingResult.of(Processor<IN,OUT> processor,
ProcessingReport report,
IN input)
Build a result out of a processor, a report and an input
|
static <IN extends MessageProvider,OUT extends MessageProvider> |
ProcessingResult.uncheckedResult(Processor<IN,OUT> processor,
ProcessingReport report,
IN input)
Build a result out of a computation and wrap any processing exception
|
Copyright © 2013. All Rights Reserved.