Uses of Class
io.meeds.poll.entity.PollVoteEntity
-
Packages that use PollVoteEntity Package Description io.meeds.poll.utils -
-
Uses of PollVoteEntity in io.meeds.poll.utils
Methods in io.meeds.poll.utils that return PollVoteEntity Modifier and Type Method Description static PollVoteEntityEntityMapper. toPollVoteEntity(io.meeds.poll.model.PollVote pollVote)Methods in io.meeds.poll.utils with parameters of type PollVoteEntity Modifier and Type Method Description static io.meeds.poll.model.PollVoteEntityMapper. fromPollVoteEntity(PollVoteEntity pollVoteEntity)
-