Uses of Class
edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipePart
Packages that use RecipePart
-
Uses of RecipePart in edu.ntnu.idatt2106_2023_06.backend.mapper.recipe
Methods in edu.ntnu.idatt2106_2023_06.backend.mapper.recipe with parameters of type RecipePartModifier and TypeMethodDescriptionstatic RecipePartDTO
RecipePartMapper.toRecipePartDTO
(RecipePart recipePart) Converts aRecipePart
object to aRecipePartDTO
object.