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 theingredientsrecord 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 aRecipePartDTOrecord 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 RecipeItemDTORecipeItemMapper.toRecipeItemDTO(RecipeItems recipeItem) Maps RecipeItems to RecipeItemDTO.