Uses of Class
dev.getelements.elements.dao.mongo.model.blockchain.MongoWalletAccount
Packages that use MongoWalletAccount
Package
Description
-
Uses of MongoWalletAccount in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return MongoWalletAccountModifier and TypeMethodDescriptionMongoDBMapper.toMongoWalletAccount
(WalletAccount source) MongoDBMapperImpl.toMongoWalletAccount
(WalletAccount source) Methods in dev.getelements.elements.dao.mongo.mapper that return types with arguments of type MongoWalletAccountModifier and TypeMethodDescriptionprotected List
<MongoWalletAccount> MongoDBMapperImpl.walletAccountListToMongoWalletAccountList
(List<WalletAccount> list) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type MongoWalletAccountModifier and TypeMethodDescriptionMongoDBMapper.toWalletAccount
(MongoWalletAccount source) MongoDBMapperImpl.toWalletAccount
(MongoWalletAccount source) Method parameters in dev.getelements.elements.dao.mongo.mapper with type arguments of type MongoWalletAccountModifier and TypeMethodDescriptionprotected List
<WalletAccount> MongoDBMapperImpl.mongoWalletAccountListToWalletAccountList
(List<MongoWalletAccount> list) -
Uses of MongoWalletAccount in dev.getelements.elements.dao.mongo.model.blockchain
Methods in dev.getelements.elements.dao.mongo.model.blockchain that return types with arguments of type MongoWalletAccountMethod parameters in dev.getelements.elements.dao.mongo.model.blockchain with type arguments of type MongoWalletAccountModifier and TypeMethodDescriptionvoid
MongoWallet.setAccounts
(List<MongoWalletAccount> accounts)