Uses of Interface
com.bluebell.greenhouse.sol.models.dto.services.GenericIntegrationDTO
Packages that use GenericIntegrationDTO
Package
Description
Contains dtos specific to ForexFactory.
Contains SymbolAnalysis DTOs for sol services.
Contains translators that are responsible for converting responses into dtos.
-
Uses of GenericIntegrationDTO in com.bluebell.greenhouse.sol.models.dto.services.forexfactory
Classes in com.bluebell.greenhouse.sol.models.dto.services.forexfactory that implement GenericIntegrationDTOModifier and TypeClassDescriptionclassClass representation of a market event as reported by Forex Factory. -
Uses of GenericIntegrationDTO in com.bluebell.greenhouse.sol.models.dto.services.symbolanalysis
Classes in com.bluebell.greenhouse.sol.models.dto.services.symbolanalysis that implement GenericIntegrationDTOModifier and TypeClassDescriptionfinal recordProfile metadata extracted from StockAnalysis symbol pages. -
Uses of GenericIntegrationDTO in com.bluebell.greenhouse.sol.translators
Classes in com.bluebell.greenhouse.sol.translators with type parameters of type GenericIntegrationDTOModifier and TypeInterfaceDescriptioninterfaceGenericTranslator<R extends GenericIntegrationResponse, D extends GenericIntegrationDTO>General translator that translates aGenericIntegrationResponseinto aGenericIntegrationDTO.