Class MapperProcessor
java.lang.Object
org.qubership.integration.platform.engine.camel.processors.MapperProcessor
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
MapperProcessor
@Autowired public MapperProcessor(@Qualifier("jsonMapper") com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
process
- Specified by:
processin interfaceorg.apache.camel.Processor- Throws:
Exception
-