Klasse ColumnViewDtoMapper
java.lang.Object
ch.nolix.system.midschemaview.modelmapper.ColumnViewDtoMapper
- Alle implementierten Schnittstellen:
IColumnViewDtoMapper
- Version:
- 2025-01-10
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungmapMidSchemaColumnDtoToColumnViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex)
-
Konstruktordetails
-
ColumnViewDtoMapper
public ColumnViewDtoMapper()
-
-
Methodendetails
-
mapMidSchemaColumnDtoToColumnViewDto
public ColumnViewDto mapMidSchemaColumnDtoToColumnViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex) - Angegeben von:
mapMidSchemaColumnDtoToColumnViewDtoin SchnittstelleIColumnViewDtoMapper- Parameter:
columnDto-oneBasedColumnOrdinalIndex-- Gibt zurück:
- a new
ColumnViewDtofrom the given columnDto and the given oneBasedColumnOrdinalIndex.
-