Klasse ColumnSchemaViewDtoMapper
java.lang.Object
ch.nolix.system.rawdata.schemaviewmapper.ColumnSchemaViewDtoMapper
- Alle implementierten Schnittstellen:
IColumnSchemaViewDtoMapper
- Version:
- 2025-01-10
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungmapColumnDtoToColumnSchemaViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex)
-
Konstruktordetails
-
ColumnSchemaViewDtoMapper
public ColumnSchemaViewDtoMapper()
-
-
Methodendetails
-
mapColumnDtoToColumnSchemaViewDto
public ColumnSchemaViewDto mapColumnDtoToColumnSchemaViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex) - Angegeben von:
mapColumnDtoToColumnSchemaViewDtoin SchnittstelleIColumnSchemaViewDtoMapper- Parameter:
columnDto-oneBasedColumnOrdinalIndex-- Gibt zurück:
- a new
ColumnSchemaViewDtofrom the given columnDto and the given oneBasedColumnOrdinalIndex.
-