Klasse ContentFieldDtoMapper
java.lang.Object
ch.nolix.system.sqlmiddata.modelmapper.ContentFieldDtoMapper
- Alle implementierten Schnittstellen:
IContentFieldDtoMapper
- Version:
- 2025-01-11
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungmapStringToContentFieldDtoUsingColumnView
(String string, ColumnSchemaViewDto columnView)
-
Konstruktordetails
-
ContentFieldDtoMapper
public ContentFieldDtoMapper()
-
-
Methodendetails
-
mapStringToContentFieldDtoUsingColumnView
public ContentFieldDto<Object> mapStringToContentFieldDtoUsingColumnView(String string, ColumnSchemaViewDto columnView) - Angegeben von:
mapStringToContentFieldDtoUsingColumnView
in SchnittstelleIContentFieldDtoMapper
- Parameter:
string
-columnView
-- Gibt zurück:
- a new
ContentFieldDto
from the given string using the given columnView.
-