| Package | Description |
|---|---|
| com.github.fge.jsonschema.processing |
Core processing interface and building utility classes
|
| Modifier and Type | Method and Description |
|---|---|
ProcessorMap<K,IN,OUT> |
ProcessorMap.addEntry(K key,
Processor<IN,OUT> processor)
Add an entry to the processor map
|
ProcessorMap<K,IN,OUT> |
ProcessorMap.setDefaultProcessor(Processor<IN,OUT> defaultProcessor)
Set the default processor if no matching key is found
|
Copyright © 2013. All Rights Reserved.