Schnittstelle IStringRepresentedFieldDtoMapper
- Alle bekannten Implementierungsklassen:
StringRepresentedFieldDtoMapper
public interface IStringRepresentedFieldDtoMapper
- Version:
- 2024-12-25
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungmapFieldsToStringRepresentedFieldDtos(IContainer<? extends IField> fields)
-
Methodendetails
-
mapFieldsToStringRepresentedFieldDtos
IContainer<StringRepresentedFieldDto> mapFieldsToStringRepresentedFieldDtos(IContainer<? extends IField> fields) - Parameter:
fields-- Gibt zurück:
- new
StringRepresentedFieldDtofrom 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
StringRepresentedFieldDtofrom the given field. - Löst aus:
RuntimeException- if the given field is null.
-