Interface IContentFieldNodeMapper
- All Known Implementing Classes:
ContentFieldNodeMapper
public interface IContentFieldNodeMapper
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionINode<?> mapValueStringFieldDtoToContentFieldNode(ValueStringFieldDto valueStringFieldDto)
-
Method Details
-
mapValueStringFieldDtoToContentFieldNode
- Parameters:
valueStringFieldDto-- Returns:
- a new content field node from the given valueStringFieldDto.
- Throws:
RuntimeException- if the given valueStringFieldDto is null.
-