Uses of Enum Class
org.apache.camel.spi.RestConfiguration.RestBindingMode
Packages that use RestConfiguration.RestBindingMode
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of RestConfiguration.RestBindingMode in org.apache.camel.spi
Methods in org.apache.camel.spi that return RestConfiguration.RestBindingModeModifier and TypeMethodDescriptionRestConfiguration.getBindingMode()
Gets the binding mode used by the REST consumerReturns the enum constant of this class with the specified name.static RestConfiguration.RestBindingMode[]
RestConfiguration.RestBindingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.spi with parameters of type RestConfiguration.RestBindingModeModifier and TypeMethodDescriptionvoid
RestConfiguration.setBindingMode
(RestConfiguration.RestBindingMode bindingMode) Sets the binding mode to be used by the REST consumer