Class Xs2aEventBOMapper
- java.lang.Object
-
- de.adorsys.psd2.event.service.mapper.Xs2aEventBOMapper
-
public abstract class Xs2aEventBOMapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected de.adorsys.psd2.mapper.Xs2aObjectMapperxs2aObjectMapper
-
Constructor Summary
Constructors Constructor Description Xs2aEventBOMapper()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected byte[]mapToBytes(Object object)protected StringmapToInternalRequestId(UUID internalRequestId)protected StringmapToXRequestId(UUID xRequestId)abstract de.adorsys.psd2.event.persist.model.EventPOtoEventPO(de.adorsys.psd2.event.service.model.EventBO eventBO)
-
-
-
Method Detail
-
toEventPO
public abstract de.adorsys.psd2.event.persist.model.EventPO toEventPO(de.adorsys.psd2.event.service.model.EventBO eventBO)
-
mapToBytes
protected byte[] mapToBytes(Object object)
-
-