Class ReportExchangeMapper
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.mapper.ReportExchangeMapper
-
public abstract class ReportExchangeMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description ReportExchangeMapper()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract de.adorsys.psd2.model.ReportExchangeRatemapToReportExchangeRate(Xs2aExchangeRate xs2aExchangeRate)protected de.adorsys.psd2.model.ReportExchangeRateListmapToReportExchanges(List<Xs2aExchangeRate> xs2aExchangeRates)
-
-
-
Method Detail
-
mapToReportExchanges
protected de.adorsys.psd2.model.ReportExchangeRateList mapToReportExchanges(List<Xs2aExchangeRate> xs2aExchangeRates)
-
mapToReportExchangeRate
protected abstract de.adorsys.psd2.model.ReportExchangeRate mapToReportExchangeRate(Xs2aExchangeRate xs2aExchangeRate)
-
-