Uses of Class
org.citrusframework.variable.dictionary.json.AbstractJsonDataDictionary
Packages that use AbstractJsonDataDictionary
-
Uses of AbstractJsonDataDictionary in org.citrusframework.variable.dictionary.json
Subclasses of AbstractJsonDataDictionary in org.citrusframework.variable.dictionary.jsonModifier and TypeClassDescriptionclassSimple json data dictionary implementation holds a set of mappings where keys are json path expressions to match json object graph.classJson data dictionary implementation maps elements via JsonPath expressions.