Package | Description |
---|---|
com.github.fge.jsonschema.core.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 © 2016. All rights reserved.