Interface ITableNodeMapper
- All Known Implementing Classes:
TableNodeMapper
public interface ITableNodeMapper
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
mapTableDtoToNode
- Parameters:
tableDto-- Returns:
- a new
INodefrom the given tableDto. - Throws:
RuntimeException- if the given tableDto is null.
-