Uses of Class
com.bluebell.greenhouse.planter.converters.AbstractGenericDTOConverter
Packages that use AbstractGenericDTOConverter
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 AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters
Subclasses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.convertersModifier and TypeClassDescriptionclassAbstractGenericEntityDTOConverter<E extends GenericEntity, D extends GenericEntityDTO>Template converter that folds entity audit metadata into normal DTO conversion. -
Uses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.account
-
Uses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.chart
-
Uses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.exchange
-
Uses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.market.event
Subclasses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.market.event -
Uses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.market.news
-
Uses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.market.price
Subclasses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.market.price -
Uses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.notification
Subclasses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.notificationModifier and TypeClassDescriptionclassConvertsRecurringNotifications intoRecurringNotificationDTOs. -
Uses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.portfolio
-
Uses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.position
Modifier and TypeClassDescriptionclassConvertsPositions intoPositionDTOs.classConvertsPositionOrders intoPositionOrderDTOs.classConvertsPositionSummaryViewprojections intoPositionSummaryDTOs.classConvertsPositionTransactions intoPositionTransactionDTOs. -
Uses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.security
-
Uses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.strategy
Modifier and TypeClassDescriptionclassConvertsStrategys intoStrategyDTOs.classConvertsStrategyImplementations intoStrategyImplementationDTOs. -
Uses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.symbol
Modifier and TypeClassDescriptionclassConvertsSymbolAliass intoSymbolAliasDTOs.classclassConvertsSymbols intoSymbolSummaryDTOs. -
Uses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.transaction
-
Uses of AbstractGenericDTOConverter in com.bluebell.greenhouse.planter.converters.watchlist
Modifier and TypeClassDescriptionclassConvertsWatchlists intoWatchlistDTOs.classConvertsWatchlistItems intoWatchlistItemDTOs.