public class AccountMosaicRestrictionTransactionMapper extends AbstractTransactionMapper<io.nem.symbol.sdk.openapi.vertx.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.vertx.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.vertx.model.AccountMosaicRestrictionTransactionDTO transaction) |
createFactory, createTransactionInfo, getJsonHelper, getTransactionType, mapFromDto, mapToDto, mapToFactoryFromDtoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVersion, mapToDtopublic AccountMosaicRestrictionTransactionMapper(JsonHelper jsonHelper)
protected AccountMosaicRestrictionTransactionFactory createFactory(NetworkType networkType, Deadline deadline, io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO transaction)
createFactory in class AbstractTransactionMapper<io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO,AccountMosaicRestrictionTransaction>protected void copyToDto(AccountMosaicRestrictionTransaction transaction, io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO dto)
AbstractTransactionMappercopyToDto in class AbstractTransactionMapper<io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO,AccountMosaicRestrictionTransaction>transaction - the transaction modeldto - the transaction dto.