Interface ITableNodeMapper

All Known Implementing Classes:
TableNodeMapper

public interface ITableNodeMapper
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    Node<?>
     
  • Method Details

    • mapTableDtoToNode

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