in src/main/java/com/epam/digital/data/platform/notification/mapper/NotificationMetadataMapper.java [22:26]
private static List<NotificationTemplateAttributeDto> toNotificationTemplateAttributeDtos(Map<String, String> attributes) {
return attributes.entrySet().stream()
.map(NotificationMetadataMapper::toNotificationTemplateAttributeDto)
.collect(Collectors.toList());
}