Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.此内容没有您所选择的语言版本。
4.20. Enum Decoder Example
- In the following example, the header/priority field in the input message contains values of
LOW
,MEDIUM
andHIGH
. You should map these to the LineOrderPriority enum values ofNOT_IMPORTANT
,IMPORTANT
andVERY_IMPORTANT
respectively:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - If mappings are required, specify the enumeration type using the enumType decodeParam.