Class DataDictionaryConfiguration
java.lang.Object
org.citrusframework.mvn.plugin.config.dictionary.DataDictionaryConfiguration
- All Implemented Interfaces:
Serializable
- Since:
- 2.7.4
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the inbound.Gets the outbound.voidsetInbound(MappingsConfiguration inbound) Sets the inbound.voidsetOutbound(MappingsConfiguration outbound) Sets the outbound.
-
Constructor Details
-
DataDictionaryConfiguration
public DataDictionaryConfiguration()
-
-
Method Details
-
getInbound
Gets the inbound.- Returns:
-
setInbound
Sets the inbound.- Parameters:
inbound-
-
getOutbound
Gets the outbound.- Returns:
-
setOutbound
Sets the outbound.- Parameters:
outbound-
-