Interface IColumnViewDtoMapper
- All Known Implementing Classes:
ColumnViewDtoMapper
public interface IColumnViewDtoMapper
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionmapMidSchemaColumnDtoToColumnViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex)
-
Method Details
-
mapMidSchemaColumnDtoToColumnViewDto
ColumnViewDto mapMidSchemaColumnDtoToColumnViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex) - Parameters:
columnDto-oneBasedColumnOrdinalIndex-- Returns:
- a new
ColumnViewDtofrom the given columnDto and the given oneBasedColumnOrdinalIndex. - Throws:
RuntimeException- if the given columnDto is null.
-