private static NotificationTemplateAttributeDto toNotificationTemplateAttributeDto()

in src/main/java/com/epam/digital/data/platform/notification/mapper/NotificationMetadataMapper.java [27:29]


  private static NotificationTemplateAttributeDto toNotificationTemplateAttributeDto(Map.Entry<String, String> entry) {
    return new NotificationTemplateAttributeDto(entry.getKey(), entry.getValue());
  }