Interface IValueMapper

All Known Implementing Classes:
ValueMapper

public interface IValueMapper
Author:
Silvan Wyss
  • Method Details

    • mapStringToValue

      Object mapStringToValue(String string, DataType dataType)
      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.