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