Class ContentFieldNodeMapper
java.lang.Object
ch.nolix.system.nodemiddata.nodemapper.ContentFieldNodeMapper
- All Implemented Interfaces:
IContentFieldNodeMapper
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionINode<?> mapValueStringFieldDtoToContentFieldNode(ValueStringFieldDto valueStringFieldDto)
-
Constructor Details
-
ContentFieldNodeMapper
public ContentFieldNodeMapper()
-
-
Method Details
-
mapValueStringFieldDtoToContentFieldNode
- Specified by:
mapValueStringFieldDtoToContentFieldNodein interfaceIContentFieldNodeMapper- Parameters:
valueStringFieldDto-- Returns:
- a new content field node from the given valueStringFieldDto.
-