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