Package edu.ntnu.idatt2106_2023_06.backend.mapper
package edu.ntnu.idatt2106_2023_06.backend.mapper
-
ClassesClassDescriptionThis class provides methods for mapping between different types of Fridge items DTOs and Fridge items models.This class contains all the mapping methods between the fridge model and DTO.This class is a maps between the FridgeMember model and FridgeMember DTOs.This class is a mapper that maps between the Item model and the Item DTOs.The NotificationMapper class contains methods for mapping between Notification model and DTO.The ShoppingItemMapper class contains methods for mapping between FridgeItems and ShoppingItems model, and between Item and ShoppingListLoadDTO DTO.The StatMapper class contains methods for mapping between Stat DTOs and Statistics models.This mapper class is responsible for converting User objects to User dDTO objects and vice versa.