Class KymaEventPopulator

    • Constructor Detail

      • KymaEventPopulator

        public KymaEventPopulator()
    • Method Detail

      • 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)