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
<param>
<KEY1>VALUE1</KEY1>
<KEY2>VALUE2</KEY2>
...</param>
VALUEn are converted as String[]array of strings . The value separator can be set with the separator attribute.