Class KymaEventPopulator

All Implemented Interfaces:
Populator<EventSourceData,PublishRequestData>

public class KymaEventPopulator extends AbstractEventPopulator<EventSourceData,PublishRequestData>
Kyma specific implementation of event populator
  • Constructor Details

    • KymaEventPopulator

      public KymaEventPopulator()
  • Method Details

    • populate

      public void populate(EventSourceData eventSourceData, PublishRequestData publishRequestData)
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Parameters:
      eventSourceData - the source object
      publishRequestData - the target to fill
    • getJacksonObjectMapper

      protected com.fasterxml.jackson.databind.ObjectMapper getJacksonObjectMapper()
    • setJacksonObjectMapper

      public void setJacksonObjectMapper(com.fasterxml.jackson.databind.ObjectMapper jacksonObjectMapper)