public class MapValueConverter extends Object implements IValueConverter
| Constructor and Description |
|---|
MapValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
<Destination> |
convert(Object originalFieldValue,
Destination target,
Field originalField,
Field targetField) |
public <Destination> Object convert(Object originalFieldValue, Destination target, Field originalField, Field targetField)
convert in interface IValueConverterDestination - the type of the target objectoriginalFieldValue - the original fields valuetarget - the target objectoriginalField - the original fieldtargetField - the target fieldCopyright © 2016–2018 Taimos GmbH. All rights reserved.