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) Deprecated.MongoDBMapperImpl.toMongoWalletAccount(WalletAccount source) Deprecated.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) Deprecated.Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type MongoWalletAccountModifier and TypeMethodDescriptionMongoDBMapper.toWalletAccount(MongoWalletAccount source) Deprecated.MongoDBMapperImpl.toWalletAccount(MongoWalletAccount source) Deprecated.Method parameters in dev.getelements.elements.dao.mongo.mapper with type arguments of type MongoWalletAccountModifier and TypeMethodDescriptionprotected List<WalletAccount> MongoDBMapperImpl.mongoWalletAccountListToWalletAccountList(List<MongoWalletAccount> list) Deprecated. -
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 TypeMethodDescriptionvoidMongoWallet.setAccounts(List<MongoWalletAccount> accounts)