Schnittstelle ITableNodeMapper

Alle bekannten Implementierungsklassen:
TableNodeMapper

public interface ITableNodeMapper
Version:
2024-12-21
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
     
  • Methodendetails

    • mapTableDtoToNode

      INode<?> mapTableDtoToNode(TableDto tableDto)
      Parameter:
      tableDto -
      Gibt zurück:
      a new INode from the given tableDto.
      Löst aus:
      RuntimeException - if the given tableDto is null.