Class AspspEventMapper
- java.lang.Object
-
- de.adorsys.psd2.event.service.mapper.AspspEventMapper
-
public abstract class AspspEventMapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected de.adorsys.psd2.mapper.Xs2aObjectMapperxs2aObjectMapper
-
Constructor Summary
Constructors Constructor Description AspspEventMapper()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected UUIDmapToInternalRequestId(String internalRequestId)protected ObjectmapToPayload(byte[] array)protected de.adorsys.psd2.event.service.model.AspspPsuIdDatamapToPduIdData(de.adorsys.psd2.event.persist.model.PsuIdDataPO psuIdDataPO)protected UUIDmapToXRequestId(String xRequestId)abstract de.adorsys.psd2.event.service.model.AspspEventtoAspspEvent(de.adorsys.psd2.event.persist.model.ReportEvent event)abstract List<de.adorsys.psd2.event.service.model.AspspEvent>toAspspEventList(List<de.adorsys.psd2.event.persist.model.ReportEvent> events)
-
-
-
Method Detail
-
toAspspEvent
public abstract de.adorsys.psd2.event.service.model.AspspEvent toAspspEvent(de.adorsys.psd2.event.persist.model.ReportEvent event)
-
toAspspEventList
public abstract List<de.adorsys.psd2.event.service.model.AspspEvent> toAspspEventList(List<de.adorsys.psd2.event.persist.model.ReportEvent> events)
-
mapToPayload
protected Object mapToPayload(byte[] array)
-
mapToPduIdData
protected de.adorsys.psd2.event.service.model.AspspPsuIdData mapToPduIdData(de.adorsys.psd2.event.persist.model.PsuIdDataPO psuIdDataPO)
-
-