Class RecipePartMapper
java.lang.Object
edu.ntnu.idatt2106_2023_06.backend.mapper.recipe.RecipePartMapper
Mapper class for mapping RecipePart objects to RecipePartDTO objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecipePartDTOtoRecipePartDTO(RecipePart recipePart) Converts aRecipePartobject to aRecipePartDTOobject.
-
Constructor Details
-
RecipePartMapper
public RecipePartMapper()
-
-
Method Details
-
toRecipePartDTO
Converts aRecipePartobject to aRecipePartDTOobject.- Parameters:
recipePart- theRecipePartobject to convert- Returns:
- a new
RecipePartDTOobject with the same values as the inputRecipePartobject
-