Uses of Record Class
com.raphaelsalles.backend.api.dto.StockAnalysisDTO
Packages that use StockAnalysisDTO
-
Uses of StockAnalysisDTO in com.raphaelsalles.backend.api.controller
Methods in com.raphaelsalles.backend.api.controller that return types with arguments of type StockAnalysisDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<StockAnalysisDTO> StockController.getAnalysis(String ticker) Endpoint unificado que retorna a AnĂ¡lise Fundamentalista + Dados de Mercado.