Uses of Class
info.ejava.examples.svc.springdoc.contests.dto.ContestListDTO
Packages that use ContestListDTO
Package
Description
- 
Uses of ContestListDTO in info.ejava.examples.svc.springdoc.contests.apiMethods in info.ejava.examples.svc.springdoc.contests.api that return types with arguments of type ContestListDTOModifier and TypeMethodDescriptionreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ContestListDTO>> ContestAPI.getContests(Integer offset, Integer limit) 
- 
Uses of ContestListDTO in info.ejava.examples.svc.springdoc.contests.clientMethods in info.ejava.examples.svc.springdoc.contests.client that return types with arguments of type ContestListDTOModifier and TypeMethodDescriptionreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ContestListDTO>> ContestsWebClientImpl.getContests(Integer offset, Integer limit) 
- 
Uses of ContestListDTO in info.ejava.examples.svc.springdoc.contests.controllersMethods in info.ejava.examples.svc.springdoc.contests.controllers that return types with arguments of type ContestListDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ContestListDTO> ContestController.getContests(int offset, int limit) 
- 
Uses of ContestListDTO in info.ejava.examples.svc.springdoc.contests.dtoMethods in info.ejava.examples.svc.springdoc.contests.dto that return ContestListDTOModifier and TypeMethodDescriptionContestDTOFactory.ContestListDTOFactory.make(int min, int max, UnaryOperator<ContestDTO>... visitors) 
- 
Uses of ContestListDTO in info.ejava.examples.svc.springdoc.contests.svcMethods in info.ejava.examples.svc.springdoc.contests.svc that return ContestListDTOModifier and TypeMethodDescriptionContestService.getContests(int offset, int limit) ContestServiceImpl.getContests(int offset, int limit)