| Package | Description |
|---|---|
| inix.Repo | |
| inix.service |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<Vote> |
VoteRepo.findTopByPostAndUserOrderByVoteIdDesc(Post post,
User currentUser) |
| Modifier and Type | Method and Description |
|---|---|
private Vote |
VoteService.mapToVote(VoteDto voteDto,
Post post) |