Uses of Class
it.unimib.unimibmodules.dto.CategoryDTO
Packages that use CategoryDTO
-
Uses of CategoryDTO in it.unimib.unimibmodules.controller
Methods in it.unimib.unimibmodules.controller that return CategoryDTOMethods in it.unimib.unimibmodules.controller that return types with arguments of type CategoryDTOModifier and TypeMethodDescriptionCategoryController.convertListToDTO(Iterable<Category> categories) org.springframework.http.ResponseEntity<List<CategoryDTO>>CategoryController.findCategories()Gets all the categoriesorg.springframework.http.ResponseEntity<CategoryDTO>CategoryController.findCategory(int id) Gets the Category associated with the given id.Methods in it.unimib.unimibmodules.controller with parameters of type CategoryDTO -
Uses of CategoryDTO in it.unimib.unimibmodules.dto
Fields in it.unimib.unimibmodules.dto declared as CategoryDTOModifier and TypeFieldDescriptionprivate CategoryDTOQuestionDTO.categorySerialization of the category of the question.