Uses of Interface
com.bluebell.greenhouse.planter.converters.GenericDTOConverter
Packages that use GenericDTOConverter
Package
Description
Contains the converters used to translate
GenericEntitys into GenericDTOs.Contains converters that convert
Accounts into AccountDTOs.Contains converters for chart-related response payloads.
Contains converters that convert
Exchanges into ExchangeDTOs.Contains converters that convert
MarketEvents into MarketEventDTOs.Contains converters for market news models.
Contains converters that convert
MarketPrices into MarketPriceDTOs.Contains converters that convert
RecurringNotifications into
RecurringNotificationDTOs.Contains converters that convert
Portfolios into PortfolioDTOs.Contains converters for position-related DTOs.
Contains DTO converters for
Strategy entities.Contains converters that convert
Transactions into TransactionDTOs.Contains watchlist DTO converters for
WatchlistDTO.-
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters
Classes in com.bluebell.greenhouse.planter.converters that implement GenericDTOConverterModifier and TypeClassDescriptionclassAbstractGenericDTOConverter<E, D extends GenericDTO>Template converter that centralizes null-source handling for all generic DTOs.classAbstractGenericEntityDTOConverter<E extends GenericEntity, D extends GenericEntityDTO>Template converter that folds entity audit metadata into normal DTO conversion. -
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters.account
Classes in com.bluebell.greenhouse.planter.converters.account that implement GenericDTOConverter -
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters.chart
Classes in com.bluebell.greenhouse.planter.converters.chart that implement GenericDTOConverter -
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters.exchange
Classes in com.bluebell.greenhouse.planter.converters.exchange that implement GenericDTOConverter -
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters.market.event
Classes in com.bluebell.greenhouse.planter.converters.market.event that implement GenericDTOConverter -
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters.market.news
Classes in com.bluebell.greenhouse.planter.converters.market.news that implement GenericDTOConverter -
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters.market.price
Classes in com.bluebell.greenhouse.planter.converters.market.price that implement GenericDTOConverter -
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters.notification
Classes in com.bluebell.greenhouse.planter.converters.notification that implement GenericDTOConverterModifier and TypeClassDescriptionclassConvertsRecurringNotifications intoRecurringNotificationDTOs. -
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters.portfolio
Classes in com.bluebell.greenhouse.planter.converters.portfolio that implement GenericDTOConverter -
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters.position
Classes in com.bluebell.greenhouse.planter.converters.position that implement GenericDTOConverterModifier and TypeClassDescriptionclassConvertsPositions intoPositionDTOs.classConvertsPositionOrders intoPositionOrderDTOs.classConvertsPositionSummaryViewprojections intoPositionSummaryDTOs.classConvertsPositionTransactions intoPositionTransactionDTOs. -
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters.security
Classes in com.bluebell.greenhouse.planter.converters.security that implement GenericDTOConverter -
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters.strategy
Classes in com.bluebell.greenhouse.planter.converters.strategy that implement GenericDTOConverterModifier and TypeClassDescriptionclassConvertsStrategys intoStrategyDTOs.classConvertsStrategyImplementations intoStrategyImplementationDTOs. -
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters.symbol
Classes in com.bluebell.greenhouse.planter.converters.symbol that implement GenericDTOConverterModifier and TypeClassDescriptionclassConvertsSymbolAliass intoSymbolAliasDTOs.classclassConvertsSymbols intoSymbolSummaryDTOs. -
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters.transaction
Classes in com.bluebell.greenhouse.planter.converters.transaction that implement GenericDTOConverter -
Uses of GenericDTOConverter in com.bluebell.greenhouse.planter.converters.watchlist
Classes in com.bluebell.greenhouse.planter.converters.watchlist that implement GenericDTOConverterModifier and TypeClassDescriptionclassConvertsWatchlists intoWatchlistDTOs.classConvertsWatchlistItems intoWatchlistItemDTOs.