Package | Description |
---|---|
com.consol.citrus.variable.dictionary.json | |
com.consol.citrus.variable.dictionary.xml |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJsonDataDictionary
Abstract json data dictionary works on json message data.
|
class |
JsonMappingDataDictionary
Simple json data dictionary implementation holds a set of mappings where keys are json path expressions to match
json object graph.
|
class |
JsonPathMappingDataDictionary
Json data dictionary implementation maps elements via JsonPath expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXmlDataDictionary
Abstract data dictionary works on XML message payloads only with parsing the document and translating each element
and attribute with respective value in dictionary.
|
class |
NodeMappingDataDictionary
Very basic data dictionary that holds a list of mappings for message elements.
|
class |
XpathMappingDataDictionary
Xml data dictionary implementation maps elements via XPath expressions.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.