Class SubmittingOrderEventPopulator

    • Constructor Detail

      • SubmittingOrderEventPopulator

        public SubmittingOrderEventPopulator()
    • Method Detail

      • populate

        public void populate​(EventSourceData sourceData,
                             PublishRequestData publishRequestData)
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Parameters:
        sourceData - 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)