Class ValueMapper

java.lang.Object
ch.nolix.system.middata.valuemapper.ValueMapper
All Implemented Interfaces:
IValueMapper

public final class ValueMapper extends Object implements IValueMapper
Author:
Silvan Wyss
  • Constructor Details

    • ValueMapper

      public ValueMapper()
  • Method Details

    • mapStringToValue

      public Object mapStringToValue(String string, DataType dataType)
      Specified by:
      mapStringToValue in interface IValueMapper
      Parameters:
      string -
      dataType -
      Returns:
      a new value from the given string according to the given dataType.