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, ColumnViewDto columnView)
-
Konstruktordetails
-
ContentFieldDtoMapper
public ContentFieldDtoMapper()
-
-
Methodendetails
-
mapStringToContentFieldDtoUsingColumnView
public ObjectValueFieldDto mapStringToContentFieldDtoUsingColumnView(String string, ColumnViewDto columnView) - Angegeben von:
mapStringToContentFieldDtoUsingColumnViewin SchnittstelleIContentFieldDtoMapper- Parameter:
string-columnView-- Gibt zurück:
- a new
ObjectValueFieldDtofrom the given string using the given columnView.
-