Schnittstelle IColumnDtoMapper

Alle bekannten Implementierungsklassen:
ColumnDtoMapper

public interface IColumnDtoMapper
Version:
2024-12-18
Autor:
Silvan Wyss
  • Methodendetails

    • mapColumnToColumnDto

      ColumnDto mapColumnToColumnDto(IColumn column)
      Parameter:
      column -
      Gibt zurück:
      a new TableDto from the given column.
      Löst aus:
      RuntimeException - if the given column is null.