Uses of Record Class
be.appify.prefab.example.todo.infrastructure.http.TodoResponse
Packages that use TodoResponse
-
Uses of TodoResponse in be.appify.prefab.example.todo.infrastructure.http
Methods in be.appify.prefab.example.todo.infrastructure.http that return TodoResponseMethods in be.appify.prefab.example.todo.infrastructure.http that return types with arguments of type TodoResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TodoResponse> org.springframework.http.ResponseEntity<org.springframework.data.web.PagedModel<TodoResponse>> org.springframework.http.ResponseEntity<TodoResponse> org.springframework.http.ResponseEntity<TodoResponse> TodoController.updateDescription(String id, @Valid TodoUpdateDescriptionRequest request)