Uses of Class
info.ejava.examples.svc.content.quotes.dto.QuoteListDTO
Packages that use QuoteListDTO
Package
Description
-
Uses of QuoteListDTO in info.ejava.examples.svc.content.quotes.api
Methods in info.ejava.examples.svc.content.quotes.api that return types with arguments of type QuoteListDTOModifier and TypeMethodDescriptionreactor.core.publisher.Mono
<org.springframework.http.ResponseEntity<QuoteListDTO>> -
Uses of QuoteListDTO in info.ejava.examples.svc.content.quotes.client
Methods in info.ejava.examples.svc.content.quotes.client that return types with arguments of type QuoteListDTOModifier and TypeMethodDescriptionreactor.core.publisher.Mono
<org.springframework.http.ResponseEntity<QuoteListDTO>> -
Uses of QuoteListDTO in info.ejava.examples.svc.content.quotes.controllers
Methods in info.ejava.examples.svc.content.quotes.controllers that return types with arguments of type QuoteListDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<QuoteListDTO> QuotesController.getQuotes
(int offset, int limit) -
Uses of QuoteListDTO in info.ejava.examples.svc.content.quotes.dto
Methods in info.ejava.examples.svc.content.quotes.dto that return QuoteListDTO -
Uses of QuoteListDTO in info.ejava.examples.svc.content.quotes.services
Methods in info.ejava.examples.svc.content.quotes.services that return QuoteListDTO