Class JsonMappingDataDictionary

All Implemented Interfaces:
InitializingPhase, MessageDirectionAware, MessageProcessor, MessageTransformer, MessageTypeSelector, Scoped, DataDictionary<String>

public class JsonMappingDataDictionary extends AbstractJsonDataDictionary
Simple json data dictionary implementation holds a set of mappings where keys are json path expressions to match json object graph. Parses message payload to json object tree. Traverses through json data supporting nested json objects, arrays and values.
Since:
1.4
Author:
Christoph Deppisch