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