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 RecipePartDTORecipePartMapper.toRecipePartDTO(RecipePart recipePart) Converts aRecipePartobject to aRecipePartDTOobject.