public class MapEntryMapping extends Object implements OutputMapping
OutputMapping maps each entry of the execution result
on an attribute in the Environment. This OutputMapping enables to return "multiple values" to the
Environment.
If the result object map does not contain an entry for any given key, then this parameter value is set to NULL.
| Constructor and Description |
|---|
MapEntryMapping(Map<String,String> mappings) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getMappings() |
void |
map(Environment environment,
Object result) |
public void map(Environment environment, Object result)
map in interface OutputMappingCopyright © 2018. All rights reserved.