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