public interface IValueConverter
| Modifier and Type | Method and Description |
|---|---|
<Destination> |
convert(Object originalFieldValue,
Destination target,
Field originalField,
Field targetField) |
<Destination> Object convert(Object originalFieldValue, Destination target, Field originalField, Field targetField)
Destination - 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.