Interface IStringRepresentedFieldDtoMapper
- All Known Implementing Classes:
StringRepresentedFieldDtoMapper
public interface IStringRepresentedFieldDtoMapper
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionmapFieldsToStringRepresentedFieldDtos(IContainer<? extends IField> fields)
-
Method Details
-
mapFieldsToStringRepresentedFieldDtos
IContainer<ValueStringFieldDto> mapFieldsToStringRepresentedFieldDtos(IContainer<? extends IField> fields) - Parameters:
fields-- Returns:
- new
ValueStringFieldDtofrom the given fields. - Throws:
RuntimeException- if the given fields is null or one of the given fields is null.
-
mapFieldToStringRepresentedFieldDto
- Parameters:
field-- Returns:
- a new
ValueStringFieldDtofrom the given field. - Throws:
RuntimeException- if the given field is null.
-