Class ContentFieldDtoMapper
java.lang.Object
ch.nolix.system.sqlmiddata.modelmapper.ContentFieldDtoMapper
- All Implemented Interfaces:
IContentFieldDtoMapper
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapNullableStringRepresentedValueToContentFieldDto(String nullableStringRepresentedValue, String nullableAdditionalValue, ColumnViewDto columnView)
-
Constructor Details
-
ContentFieldDtoMapper
public ContentFieldDtoMapper()
-
-
Method Details
-
mapNullableStringRepresentedValueToContentFieldDto
public FieldDto mapNullableStringRepresentedValueToContentFieldDto(String nullableStringRepresentedValue, String nullableAdditionalValue, ColumnViewDto columnView) - Specified by:
mapNullableStringRepresentedValueToContentFieldDtoin interfaceIContentFieldDtoMapper- Parameters:
nullableStringRepresentedValue-nullableAdditionalValue-columnView-- Returns:
- a new
FieldDtofrom the given nullableStringRepresentedValue.
-