Uses of Record Class
edu.ntnu.idatt2106_2023_06.backend.dto.recipe.InstructionDTO
Packages that use InstructionDTO
-
Uses of InstructionDTO in edu.ntnu.idatt2106_2023_06.backend.mapper.recipe
Methods in edu.ntnu.idatt2106_2023_06.backend.mapper.recipe that return InstructionDTOModifier and TypeMethodDescriptionstatic InstructionDTO
InstructionMapper.toInstructionDTO
(Instructions instruction) Maps Instructions object to InstructionDTO object.