public class AccountMosaicRestrictionTransactionMapper extends AbstractTransactionMapper<io.nem.symbol.sdk.openapi.okhttp_gson.model.AccountMosaicRestrictionTransactionDTO,AccountMosaicRestrictionTransaction>
AccountMosaicRestrictionTransaction
.Constructor and Description |
---|
AccountMosaicRestrictionTransactionMapper(JsonHelper jsonHelper) |
Modifier and Type | Method and Description |
---|---|
protected void |
copyToDto(AccountMosaicRestrictionTransaction transaction,
io.nem.symbol.sdk.openapi.okhttp_gson.model.AccountMosaicRestrictionTransactionDTO dto)
Subclasses need to map the values from the transaction model to the transaction dto.
|
protected AccountMosaicRestrictionTransactionFactory |
createFactory(NetworkType networkType,
Deadline deadline,
io.nem.symbol.sdk.openapi.okhttp_gson.model.AccountMosaicRestrictionTransactionDTO transaction) |
createFactory, createTransactionInfo, getJsonHelper, getTransactionType, mapFromDto, mapToDto, mapToFactoryFromDto
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getVersion, mapToDto
public AccountMosaicRestrictionTransactionMapper(JsonHelper jsonHelper)
protected AccountMosaicRestrictionTransactionFactory createFactory(NetworkType networkType, Deadline deadline, io.nem.symbol.sdk.openapi.okhttp_gson.model.AccountMosaicRestrictionTransactionDTO transaction)
createFactory
in class AbstractTransactionMapper<io.nem.symbol.sdk.openapi.okhttp_gson.model.AccountMosaicRestrictionTransactionDTO,AccountMosaicRestrictionTransaction>
protected void copyToDto(AccountMosaicRestrictionTransaction transaction, io.nem.symbol.sdk.openapi.okhttp_gson.model.AccountMosaicRestrictionTransactionDTO dto)
AbstractTransactionMapper
copyToDto
in class AbstractTransactionMapper<io.nem.symbol.sdk.openapi.okhttp_gson.model.AccountMosaicRestrictionTransactionDTO,AccountMosaicRestrictionTransaction>
transaction
- the transaction modeldto
- the transaction dto.