-
Notifications
You must be signed in to change notification settings - Fork 6
converter__alvisnlp.module.types.MultiMapping
Robert Bossy edited this page Jul 27, 2017
·
1 revision
#MultiMapping
Converts into a mapping from character strings keys to arrays of character strings.
String conversion is not available for this type.
<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.