Interface ITableSchemaViewDtoMapper
- All Known Implementing Classes:
TableSchemaViewDtoMapper
public interface ITableSchemaViewDtoMapper
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
mapTableNodeToTableViewDto
- Parameters:
tableNode-- Returns:
- a new
TableViewDtofrom the given tableNode. - Throws:
RuntimeException- if the given tableNode is null.
-