Uses of Class
be.appify.prefab.example.todo.Todo
Packages that use Todo
Package
Description
-
Uses of Todo in be.appify.prefab.example.todo
Methods in be.appify.prefab.example.todo that return TodoModifier and TypeMethodDescriptionTodo.markDone()Todo.updateDescription(@NotNull String description) -
Uses of Todo in be.appify.prefab.example.todo.application
Subinterfaces with type arguments of type Todo in be.appify.prefab.example.todo.applicationMethods in be.appify.prefab.example.todo.application that return types with arguments of type TodoModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Todo> TodoRepository.findAll(org.springframework.data.domain.Example<Todo> example, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<Todo> TodoService.updateDescription(String id, @Valid TodoUpdateDescriptionRequest request) Method parameters in be.appify.prefab.example.todo.application with type arguments of type Todo -
Uses of Todo in be.appify.prefab.example.todo.infrastructure.http
Methods in be.appify.prefab.example.todo.infrastructure.http with parameters of type Todo