Package | Description |
---|---|
com.github.fge.jsonschema.core.processing |
Core processing interface and building utility classes
|
Modifier and Type | Method and Description |
---|---|
<NEWOUT extends MessageProvider> |
ProcessorChain.chainWith(Processor<OUT,NEWOUT> p)
Add a processor to the chain
|
ProcessorChain<IN,OUT> |
ProcessorChain.failOnError()
Stop the processing chain on failure
|
ProcessorChain<IN,OUT> |
ProcessorChain.failOnError(ProcessingMessage message)
Stop the processing chain on failure
|
static <X extends MessageProvider,Y extends MessageProvider> |
ProcessorChain.startWith(Processor<X,Y> p)
Start a processing chain with a single processor
|
Copyright © 2016. All rights reserved.