java.lang.Object
org.qubership.integration.platform.engine.camel.processors.MapperProcessor
All Implemented Interfaces:
org.apache.camel.Processor

@Component public class MapperProcessor extends Object implements org.apache.camel.Processor
Processor is used to receive input body and map it to another structure with rules, that is placed at the internalProperty_mappingConfiguration environment variable
  • Constructor Details

    • MapperProcessor

      @Autowired public MapperProcessor(@Qualifier("jsonMapper") com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange) throws Exception
      Specified by:
      process in interface org.apache.camel.Processor
      Throws:
      Exception