Interface ITableNodeMapper

All Known Implementing Classes:
TableNodeMapper

public interface ITableNodeMapper
Author:
Silvan Wyss
  • Method Details

    • mapTableDtoToNode

      INode<?> mapTableDtoToNode(TableDto tableDto)
      Parameters:
      tableDto -
      Returns:
      a new INode from the given tableDto.
      Throws:
      RuntimeException - if the given tableDto is null.