Schnittstelle IValueMapper
- Alle bekannten Implementierungsklassen:
ValueMapper
public interface IValueMapper
- Version:
- 2025-03-02
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
mapStringToValue
- 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.
-