@Component public class AccountMapper extends Object
| Constructor and Description |
|---|
AccountMapper() |
| Modifier and Type | Method and Description |
|---|---|
Xs2aAccountDetails |
mapToAccountDetailNoBalances(Xs2aAccountDetails detail) |
Xs2aAccountDetails |
mapToAccountDetails(SpiAccountDetails accountDetails) |
List<Xs2aAccountDetails> |
mapToAccountDetailsListNoBalances(List<Xs2aAccountDetails> details) |
AccountReference |
mapToAccountReference(SpiAccountReference spiAccountReference) |
List<AccountReference> |
mapToAccountReferences(List<SpiAccountReference> references) |
List<AccountReference> |
mapToAccountReferencesFromDetails(List<SpiAccountDetails> details) |
Optional<Xs2aAccountReport> |
mapToAccountReport(List<SpiTransaction> spiTransactions) |
Xs2aAmount |
mapToAmount(SpiAmount spiAmount) |
SpiAccountReference |
mapToSpiAccountReference(AccountReference account) |
List<SpiAccountReference> |
mapToSpiAccountReferences(List<AccountReference> references) |
List<SpiAccountReference> |
mapToSpiAccountReferencesFromDetails(List<SpiAccountDetails> details) |
public Xs2aAccountDetails mapToAccountDetails(SpiAccountDetails accountDetails)
public Xs2aAmount mapToAmount(SpiAmount spiAmount)
public Optional<Xs2aAccountReport> mapToAccountReport(List<SpiTransaction> spiTransactions)
public AccountReference mapToAccountReference(SpiAccountReference spiAccountReference)
public List<SpiAccountReference> mapToSpiAccountReferences(List<AccountReference> references)
public SpiAccountReference mapToSpiAccountReference(AccountReference account)
public List<AccountReference> mapToAccountReferences(List<SpiAccountReference> references)
public List<AccountReference> mapToAccountReferencesFromDetails(List<SpiAccountDetails> details)
public List<SpiAccountReference> mapToSpiAccountReferencesFromDetails(List<SpiAccountDetails> details)
public List<Xs2aAccountDetails> mapToAccountDetailsListNoBalances(List<Xs2aAccountDetails> details)
public Xs2aAccountDetails mapToAccountDetailNoBalances(Xs2aAccountDetails detail)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.