public class VotingKeyLinkTransactionMapper extends AbstractTransactionMapper<io.nem.symbol.sdk.openapi.okhttp_gson.model.VotingKeyLinkTransactionDTO,VotingKeyLinkTransaction>
VotingKeyLinkTransaction mapper.| Constructor and Description |
|---|
VotingKeyLinkTransactionMapper(JsonHelper jsonHelper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyToDto(VotingKeyLinkTransaction transaction,
io.nem.symbol.sdk.openapi.okhttp_gson.model.VotingKeyLinkTransactionDTO dto)
Subclasses need to map the values from the transaction model to the transaction dto.
|
protected TransactionFactory<VotingKeyLinkTransaction> |
createFactory(NetworkType networkType,
Deadline deadline,
io.nem.symbol.sdk.openapi.okhttp_gson.model.VotingKeyLinkTransactionDTO transaction) |
createFactory, createTransactionInfo, getJsonHelper, getTransactionType, mapFromDto, mapToDto, mapToFactoryFromDtoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVersion, mapToDtopublic VotingKeyLinkTransactionMapper(JsonHelper jsonHelper)
protected TransactionFactory<VotingKeyLinkTransaction> createFactory(NetworkType networkType, Deadline deadline, io.nem.symbol.sdk.openapi.okhttp_gson.model.VotingKeyLinkTransactionDTO transaction)
createFactory in class AbstractTransactionMapper<io.nem.symbol.sdk.openapi.okhttp_gson.model.VotingKeyLinkTransactionDTO,VotingKeyLinkTransaction>protected void copyToDto(VotingKeyLinkTransaction transaction, io.nem.symbol.sdk.openapi.okhttp_gson.model.VotingKeyLinkTransactionDTO dto)
AbstractTransactionMappercopyToDto in class AbstractTransactionMapper<io.nem.symbol.sdk.openapi.okhttp_gson.model.VotingKeyLinkTransactionDTO,VotingKeyLinkTransaction>transaction - the transaction modeldto - the transaction dto.