@Component public class PaymentMapper extends Object
| Constructor and Description |
|---|
PaymentMapper(de.adorsys.psd2.mapper.Xs2aObjectMapper xs2aObjectMapper,
PurposeCodeMapper purposeCodeMapper,
RemittanceMapper remittanceMapper) |
| Modifier and Type | Method and Description |
|---|---|
BulkPayment |
mapToBulkPayment(Object body) |
PeriodicPayment |
mapToPeriodicPayment(Object body) |
SinglePayment |
mapToSinglePayment(Object body) |
@Autowired
public PaymentMapper(de.adorsys.psd2.mapper.Xs2aObjectMapper xs2aObjectMapper,
PurposeCodeMapper purposeCodeMapper,
RemittanceMapper remittanceMapper)
public SinglePayment mapToSinglePayment(Object body)
public PeriodicPayment mapToPeriodicPayment(Object body)
public BulkPayment mapToBulkPayment(Object body)
Copyright © 2020. All rights reserved.