Interface IValueMapper
- All Known Implementing Classes:
ValueMapper
public interface IValueMapper
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
mapStringToValue
- Parameters:
string-dataType-- Returns:
- a new value from the given string.
- Throws:
RuntimeException- if the given string is null.RuntimeException- if the given dataType is null.
-