public class AccountMosaicRestrictionTransactionMapper extends AbstractTransactionMapper<io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO,io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionTransaction>
AccountMosaicRestrictionTransaction.| Constructor and Description |
|---|
AccountMosaicRestrictionTransactionMapper(io.nem.symbol.sdk.model.transaction.JsonHelper jsonHelper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyToDto(io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionTransaction transaction,
io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO dto)
Subclasses need to map the values from the transaction model to the transaction dto.
|
protected io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionTransactionFactory |
createFactory(io.nem.symbol.sdk.model.blockchain.NetworkType networkType,
io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO transaction) |
createModel, createTransactionInfo, createTransactionInfo, getJsonHelper, getTransactionType, map, map, map, mapToEmbeddedpublic AccountMosaicRestrictionTransactionMapper(io.nem.symbol.sdk.model.transaction.JsonHelper jsonHelper)
protected io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionTransactionFactory createFactory(io.nem.symbol.sdk.model.blockchain.NetworkType networkType,
io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO transaction)
createFactory in class AbstractTransactionMapper<io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO,io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionTransaction>protected void copyToDto(io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionTransaction transaction,
io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO dto)
AbstractTransactionMappercopyToDto in class AbstractTransactionMapper<io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO,io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionTransaction>transaction - the transaction modeldto - the transaction dto.