Schnittstelle IColumnSchemaViewDtoMapper

Alle bekannten Implementierungsklassen:
ColumnSchemaViewDtoMapper

public interface IColumnSchemaViewDtoMapper
Version:
2025-01-10
Autor:
Silvan Wyss
  • Methodendetails

    • mapColumnDtoToColumnSchemaViewDto

      ColumnSchemaViewDto mapColumnDtoToColumnSchemaViewDto(ColumnDto columnDto, int oneBasedColumnOrdinalIndex)
      Parameter:
      columnDto -
      oneBasedColumnOrdinalIndex -
      Gibt zurück:
      a new ColumnSchemaViewDto from the given columnDto and the given oneBasedColumnOrdinalIndex.
      Löst aus:
      RuntimeException - if the given columnDto is null.