Uses of Class
info.ejava.examples.svc.docker.votes.dto.ElectionResultsDTO
Packages that use ElectionResultsDTO
Package
Description
-
Uses of ElectionResultsDTO in info.ejava.examples.svc.docker.votes.controllers
Methods in info.ejava.examples.svc.docker.votes.controllers that return types with arguments of type ElectionResultsDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ElectionResultsDTO> ElectionsController.getVoteCounts()
-
Uses of ElectionResultsDTO in info.ejava.examples.svc.docker.votes.services
Methods in info.ejava.examples.svc.docker.votes.services that return ElectionResultsDTOModifier and TypeMethodDescriptionElectionsService.getVoteCounts()
ElectionsServiceImpl.getVoteCounts()