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 according to the given dataType.
- Throws:
RuntimeException- if the given string does not represent a value of the given dataType.
-