Interface IContentFieldDtoMapper
- All Known Implementing Classes:
ContentFieldDtoMapper
public interface IContentFieldDtoMapper
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionmapNullableStringRepresentedValueToContentFieldDto(String nullableStringRepresentedValue, String nullableAdditionalValue, ColumnViewDto columnView)
-
Method Details
-
mapNullableStringRepresentedValueToContentFieldDto
FieldDto mapNullableStringRepresentedValueToContentFieldDto(String nullableStringRepresentedValue, String nullableAdditionalValue, ColumnViewDto columnView) - Parameters:
nullableStringRepresentedValue-nullableAdditionalValue-columnView-- Returns:
- a new
FieldDtofrom the given nullableStringRepresentedValue.
-