Uses of Class
edu.ntnu.idatt2106_2023_06.backend.dto.recipe.RecipeItemDTO
Packages that use RecipeItemDTO
Package
Description
-
Uses of RecipeItemDTO in edu.ntnu.idatt2106_2023_06.backend.dto.recipe
Methods in edu.ntnu.idatt2106_2023_06.backend.dto.recipe that return types with arguments of type RecipeItemDTOModifier and TypeMethodDescription@NonNull List<RecipeItemDTO>
RecipePartDTO.ingredients()
Returns the value of theingredients
record component.Constructor parameters in edu.ntnu.idatt2106_2023_06.backend.dto.recipe with type arguments of type RecipeItemDTOModifierConstructorDescriptionRecipePartDTO
(String partName, @NonNull List<RecipeItemDTO> ingredients) Creates an instance of aRecipePartDTO
record class. -
Uses of RecipeItemDTO in edu.ntnu.idatt2106_2023_06.backend.mapper.recipe
Methods in edu.ntnu.idatt2106_2023_06.backend.mapper.recipe that return RecipeItemDTOModifier and TypeMethodDescriptionstatic RecipeItemDTO
RecipeItemMapper.toRecipeItemDTO
(RecipeItems recipeItem) Maps RecipeItems to RecipeItemDTO.