Skip to content

converter__MultiMapping

Robert Bossy edited this page Jul 27, 2017 · 1 revision

#MultiMapping

Synopsis

Converts into a mapping from character strings keys to arrays of character strings.

String conversion

String conversion is not available for this type.

XML conversion

<param>
	<entry key="KEY1" value="VALUE1"/>
	<entry key="KEY2">VALUE2</entry>
	...</param>```


	or
	```xml
<param>
	<KEY1>VALUE1</KEY1>
	<KEY2>VALUE2</KEY2>
	...</param>```



*VALUEn* are converted as [String[]array of strings](converter__String[]array of strings). The value separator can be set with the *separator* attribute.
Clone this wiki locally