Schnittstelle IContentFieldDtoMapper
- Alle bekannten Implementierungsklassen:
ContentFieldDtoMapper
public interface IContentFieldDtoMapper
- Version:
- 2025-01-11
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungmapStringToContentFieldDtoUsingColumnView
(String string, ColumnViewDto columnView)
-
Methodendetails
-
mapStringToContentFieldDtoUsingColumnView
ObjectValueFieldDto mapStringToContentFieldDtoUsingColumnView(String string, ColumnViewDto columnView) - Parameter:
string
-columnView
-- Gibt zurück:
- a new
ObjectValueFieldDto
from the given string using the given columnView.
-