public class KymaEventPopulator extends AbstractEventPopulator<EventSourceData,PublishRequestData>
| Constructor and Description |
|---|
KymaEventPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectMapper |
getJacksonObjectMapper() |
void |
populate(EventSourceData eventSourceData,
PublishRequestData publishRequestData)
Populate the target instance with values from the source instance.
|
void |
setJacksonObjectMapper(ObjectMapper jacksonObjectMapper) |
getValuesFromEventpublic void populate(EventSourceData eventSourceData, PublishRequestData publishRequestData)
PopulatoreventSourceData - the source objectpublishRequestData - the target to fillprotected ObjectMapper getJacksonObjectMapper()
public void setJacksonObjectMapper(ObjectMapper jacksonObjectMapper)
Copyright © 2018 SAP SE. All Rights Reserved.