Schnittstelle IColumnSchemaViewDtoMapper
- Alle bekannten Implementierungsklassen:
ColumnSchemaViewDtoMapper
public interface IColumnSchemaViewDtoMapper
- Version:
- 2025-01-10
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungmapColumnDtoToColumnSchemaViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex)
-
Methodendetails
-
mapColumnDtoToColumnSchemaViewDto
ColumnSchemaViewDto mapColumnDtoToColumnSchemaViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex) - Parameter:
columnDto-oneBasedColumnOrdinalIndex-- Gibt zurück:
- a new
ColumnSchemaViewDtofrom the given columnDto and the given oneBasedColumnOrdinalIndex. - Löst aus:
RuntimeException- if the given columnDto is null.
-