Uses of Record Class
be.appify.prefab.example.todo.application.CreateTodoRequest
Packages that use CreateTodoRequest
Package
Description
-
Uses of CreateTodoRequest in be.appify.prefab.example.todo.application
Methods in be.appify.prefab.example.todo.application with parameters of type CreateTodoRequest -
Uses of CreateTodoRequest in be.appify.prefab.example.todo.infrastructure.http
Methods in be.appify.prefab.example.todo.infrastructure.http with parameters of type CreateTodoRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> TodoController.create(@Valid CreateTodoRequest request)