Package | Description |
---|---|
com.github.fge.jsonschema.processing |
Modifier and Type | Method and Description |
---|---|
<NEWOUT extends MessageProvider> |
ProcessorChain.chainWith(Processor<OUT,NEWOUT> p2)
Add an existing processor to that chain
|
ProcessorChain<IN,OUT> |
ProcessorChain.failOnError() |
static <X extends MessageProvider> |
ProcessorChain.start() |
static <X extends MessageProvider,Y extends MessageProvider> |
ProcessorChain.startWith(Processor<X,Y> p)
Start a processing chain with a single processor
|
Copyright © 2013. All Rights Reserved.