Class SubmittingOrderEventPopulator
- java.lang.Object
-
- de.hybris.platform.apiregistryservices.populators.AbstractEventPopulator<EventSourceData,PublishRequestData>
-
- de.hybris.platform.kymaintegrationservices.populators.custom.SubmittingOrderEventPopulator
-
- All Implemented Interfaces:
Populator<EventSourceData,PublishRequestData>
public class SubmittingOrderEventPopulator extends AbstractEventPopulator<EventSourceData,PublishRequestData>
-
-
Constructor Summary
Constructors Constructor Description SubmittingOrderEventPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.fasterxml.jackson.databind.ObjectMappergetJacksonObjectMapper()voidpopulate(EventSourceData sourceData, PublishRequestData publishRequestData)Populate the target instance with values from the source instance.voidsetJacksonObjectMapper(com.fasterxml.jackson.databind.ObjectMapper jacksonObjectMapper)-
Methods inherited from class de.hybris.platform.apiregistryservices.populators.AbstractEventPopulator
getValuesFromEvent
-
-
-
-
Method Detail
-
populate
public void populate(EventSourceData sourceData, PublishRequestData publishRequestData)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Parameters:
sourceData- the source objectpublishRequestData- the target to fill
-
getJacksonObjectMapper
protected com.fasterxml.jackson.databind.ObjectMapper getJacksonObjectMapper()
-
setJacksonObjectMapper
public void setJacksonObjectMapper(com.fasterxml.jackson.databind.ObjectMapper jacksonObjectMapper)
-
-