Uses of Class
org.apache.camel.support.processor.DefaultExchangeFormatter.OutputStyle
-
Packages that use DefaultExchangeFormatter.OutputStyle Package Description org.apache.camel.support.processor -
-
Uses of DefaultExchangeFormatter.OutputStyle in org.apache.camel.support.processor
Methods in org.apache.camel.support.processor that return DefaultExchangeFormatter.OutputStyle Modifier and Type Method Description DefaultExchangeFormatter.OutputStyle
DefaultExchangeFormatter. getStyle()
static DefaultExchangeFormatter.OutputStyle
DefaultExchangeFormatter.OutputStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultExchangeFormatter.OutputStyle[]
DefaultExchangeFormatter.OutputStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.support.processor with parameters of type DefaultExchangeFormatter.OutputStyle Modifier and Type Method Description void
DefaultExchangeFormatter. setStyle(DefaultExchangeFormatter.OutputStyle style)
Sets the outputs style to use.
-