Uses of Record Class
com.raphaelsalles.backend.api.dto.SearchResultDTO
Packages that use SearchResultDTO
Package
Description
-
Uses of SearchResultDTO in com.raphaelsalles.backend.api.controller
Methods in com.raphaelsalles.backend.api.controller that return types with arguments of type SearchResultDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<SearchResultDTO>> Realiza a busca de ativos por termo. -
Uses of SearchResultDTO in com.raphaelsalles.backend.domain.service.search
Methods in com.raphaelsalles.backend.domain.service.search that return SearchResultDTOMethods in com.raphaelsalles.backend.domain.service.search that return types with arguments of type SearchResultDTOModifier and TypeMethodDescriptionBusca ativos por termo (Ticker ou Nome).