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.
      Throws:
      RuntimeException - if the given string is null.
      RuntimeException - if the given dataType is null.