| Package | Description |
|---|---|
| de.adorsys.multibanking.web | |
| de.adorsys.multibanking.web.mapper |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.hateoas.Resource<BankAccountTO> |
BankAccountController.getBankAccount(String accessId,
String accountId) |
org.springframework.hateoas.Resources<org.springframework.hateoas.Resource<BankAccountTO>> |
BankAccountController.getBankAccounts(String accessId) |
| Modifier and Type | Method and Description |
|---|---|
protected BankAccountTO |
BookingMapperImpl.bankAccountToBankAccountTO(de.adorsys.multibanking.domain.BankAccount bankAccount) |
BankAccountTO |
BankAccountMapperImpl.toBankAccountTO(de.adorsys.multibanking.domain.BankAccountEntity bankAccountEntity) |
BankAccountTO |
BankAccountMapper.toBankAccountTO(de.adorsys.multibanking.domain.BankAccountEntity bankAccountEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<BankAccountTO> |
BankAccountMapperImpl.toBankAccountTOs(List<de.adorsys.multibanking.domain.BankAccountEntity> bankAccountEntities) |
List<BankAccountTO> |
BankAccountMapper.toBankAccountTOs(List<de.adorsys.multibanking.domain.BankAccountEntity> bankAccountEntities) |
Copyright © 2020. All rights reserved.