Interface IColumnDtoMapper

All Known Implementing Classes:
ColumnDtoMapper

public interface IColumnDtoMapper
Author:
Silvan Wyss
  • Method Details

    • mapColumnToMidSchemaColumnDto

      ColumnDto mapColumnToMidSchemaColumnDto(IColumn column)
      Parameters:
      column -
      Returns:
      a new ColumnDto from the given column.
      Throws:
      RuntimeException - if the given column is null.