Package de.adorsys.xs2a.adapter.verlag
Class VerlagMapperImpl
- java.lang.Object
-
- de.adorsys.xs2a.adapter.verlag.VerlagMapperImpl
-
- All Implemented Interfaces:
VerlagMapper
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2021-07-13T15:05:59+0000", comments="version: 1.4.1.Final, compiler: javac, environment: Java 11.0.11 (Azul Systems, Inc.)") public class VerlagMapperImpl extends Object implements VerlagMapper
-
-
Constructor Summary
Constructors Constructor Description VerlagMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.adorsys.xs2a.adapter.api.model.OK200TransactionDetailstoOK200TransactionDetails(VerlagOK200TransactionDetails value)de.adorsys.xs2a.adapter.api.model.TransactionDetailsBodytoTransactionDetailsBody(VerlagTransactionDetails value)de.adorsys.xs2a.adapter.api.model.TransactionstoTransactions(VerlagTransactionDetails value)de.adorsys.xs2a.adapter.api.model.TransactionsResponse200JsontoTransactionsResponse200Json(VerlagTransactionResponse200Json value)protected de.adorsys.xs2a.adapter.api.model.AccountReportverlagAccountReportToAccountReport(VerlagAccountReport verlagAccountReport)protected List<de.adorsys.xs2a.adapter.api.model.Transactions>verlagTransactionDetailsListToTransactionsList(List<VerlagTransactionDetails> list)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.xs2a.adapter.verlag.VerlagMapper
map
-
-
-
-
Method Detail
-
toTransactionsResponse200Json
public de.adorsys.xs2a.adapter.api.model.TransactionsResponse200Json toTransactionsResponse200Json(VerlagTransactionResponse200Json value)
- Specified by:
toTransactionsResponse200Jsonin interfaceVerlagMapper
-
toOK200TransactionDetails
public de.adorsys.xs2a.adapter.api.model.OK200TransactionDetails toOK200TransactionDetails(VerlagOK200TransactionDetails value)
- Specified by:
toOK200TransactionDetailsin interfaceVerlagMapper
-
toTransactions
public de.adorsys.xs2a.adapter.api.model.Transactions toTransactions(VerlagTransactionDetails value)
- Specified by:
toTransactionsin interfaceVerlagMapper
-
toTransactionDetailsBody
public de.adorsys.xs2a.adapter.api.model.TransactionDetailsBody toTransactionDetailsBody(VerlagTransactionDetails value)
- Specified by:
toTransactionDetailsBodyin interfaceVerlagMapper
-
verlagTransactionDetailsListToTransactionsList
protected List<de.adorsys.xs2a.adapter.api.model.Transactions> verlagTransactionDetailsListToTransactionsList(List<VerlagTransactionDetails> list)
-
verlagAccountReportToAccountReport
protected de.adorsys.xs2a.adapter.api.model.AccountReport verlagAccountReportToAccountReport(VerlagAccountReport verlagAccountReport)
-
-