Package de.adorsys.multibanking.mapper
Class AccountStatementMapperImpl
- java.lang.Object
-
- de.adorsys.multibanking.mapper.AccountStatementMapperImpl
-
- All Implemented Interfaces:
AccountStatementMapper
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2021-12-20T07:59:17+0000", comments="version: 1.4.1.Final, compiler: javac, environment: Java 11.0.13 (Azul Systems, Inc.)") public class AccountStatementMapperImpl extends Object implements AccountStatementMapper
-
-
Constructor Summary
Constructors Constructor Description AccountStatementMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BalancetoBalance(org.kapott.hbci.structures.Saldo saldo)BalancetoBalance(org.kapott.hbci.structures.Value value)BalancesReporttoBalancesReport(org.kapott.hbci.GV_Result.GVRSaldoReq.Info saldoInfo)BankAccounttoBankAccount(org.kapott.hbci.structures.Konto konto)BookingtoBooking(org.kapott.hbci.GV_Result.GVRKUms.UmsLine line)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.multibanking.mapper.AccountStatementMapper
createBalancesReport, createBookings, getUsage, splitEqually
-
-
-
-
Method Detail
-
toBalancesReport
public BalancesReport toBalancesReport(org.kapott.hbci.GV_Result.GVRSaldoReq.Info saldoInfo)
- Specified by:
toBalancesReportin interfaceAccountStatementMapper
-
toBalance
public Balance toBalance(org.kapott.hbci.structures.Value value)
- Specified by:
toBalancein interfaceAccountStatementMapper
-
toBalance
public Balance toBalance(org.kapott.hbci.structures.Saldo saldo)
- Specified by:
toBalancein interfaceAccountStatementMapper
-
toBankAccount
public BankAccount toBankAccount(org.kapott.hbci.structures.Konto konto)
- Specified by:
toBankAccountin interfaceAccountStatementMapper
-
toBooking
public Booking toBooking(org.kapott.hbci.GV_Result.GVRKUms.UmsLine line)
- Specified by:
toBookingin interfaceAccountStatementMapper
-
-