Interface ITableViewDtoMapper
- All Known Implementing Classes:
TableViewDtoMapper
public interface ITableViewDtoMapper
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
mapMidSchemaTableDtoToTableViewDto
- Parameters:
tableDto-- Returns:
- a new
TableViewDtofrom the given tableDto. - Throws:
RuntimeException- if the given tableDto is null.
-