Schnittstelle IValueMapper

Alle bekannten Implementierungsklassen:
ValueMapper

public interface IValueMapper
Version:
2025-03-02
Autor:
Silvan Wyss
  • Methodendetails

    • mapStringToValue

      Object mapStringToValue(String string, DataType dataType)
      Parameter:
      string -
      dataType -
      Gibt zurück:
      a new value from the given string.
      Löst aus:
      RuntimeException - if the given string is null.
      RuntimeException - if the given dataType is null.