Schnittstelle IStringRepresentedFieldDtoMapper
- Alle bekannten Implementierungsklassen:
StringRepresentedFieldDtoMapper
public interface IStringRepresentedFieldDtoMapper
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungmapFieldsToStringRepresentedFieldDtos(IContainer<? extends IField> fields)
-
Methodendetails
-
mapFieldsToStringRepresentedFieldDtos
IContainer<ValueStringFieldDto> mapFieldsToStringRepresentedFieldDtos(IContainer<? extends IField> fields) - Parameter:
fields-- Gibt zurück:
- new
ValueStringFieldDtofrom the given fields. - Löst aus:
RuntimeException- if the given fields is null or one of the given fields is null.
-
mapFieldToStringRepresentedFieldDto
- Parameter:
field-- Gibt zurück:
- a new
ValueStringFieldDtofrom the given field. - Löst aus:
RuntimeException- if the given field is null.
-