Package org.kie.camel.embedded.dmn
Class ToMapProcessor
- java.lang.Object
-
- org.kie.camel.embedded.dmn.ToMapProcessor
-
- All Implemented Interfaces:
org.apache.camel.Processor
public class ToMapProcessor extends Object implements org.apache.camel.Processor
A generic Apache Camel transformer processor, transforming the Exchange body into a Map with a single entry for the specified key and entry value the current Exchange body.
-
-
Constructor Summary
Constructors Constructor Description ToMapProcessor(String entryKey)
-