Schnittstelle IContentFieldDtoMapper
- Alle bekannten Implementierungsklassen:
ContentFieldDtoMapper
public interface IContentFieldDtoMapper
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungmapNullableStringRepresentedValueToContentFieldDto(String nullableStringRepresentedValue, String nullableAdditionalValue, ColumnViewDto columnView)
-
Methodendetails
-
mapNullableStringRepresentedValueToContentFieldDto
FieldDto mapNullableStringRepresentedValueToContentFieldDto(String nullableStringRepresentedValue, String nullableAdditionalValue, ColumnViewDto columnView) - Parameter:
nullableStringRepresentedValue-nullableAdditionalValue-columnView-- Gibt zurück:
- a new
FieldDtofrom the given nullableStringRepresentedValue.
-