Schnittstelle IValueMapper

Alle bekannten Implementierungsklassen:
ValueMapper

public interface IValueMapper
Version:
2024-12-28
Autor:
Silvan Wyss
  • Methodendetails

    • mapStringToValue

      Object mapStringToValue(String string, DataType dataType)
      Parameter:
      string -
      dataType -
      Gibt zurück:
      a new value from the given string according to the given dataType.
      Löst aus:
      RuntimeException - if the given string does not represent a value of the given dataType.