Uses of Enum
org.apache.camel.support.processor.DefaultExchangeFormatter.OutputStyle
Packages that use DefaultExchangeFormatter.OutputStyle
Package
Description
Base classes and utilities for EIP and Camel processors
-
Uses of DefaultExchangeFormatter.OutputStyle in org.apache.camel.support.processor
Methods in org.apache.camel.support.processor that return DefaultExchangeFormatter.OutputStyleModifier and TypeMethodDescriptionDefaultExchangeFormatter.getStyle()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.OutputStyleModifier and TypeMethodDescriptionvoidDefaultExchangeFormatter.setStyle(DefaultExchangeFormatter.OutputStyle style) Sets the outputs style to use.