Uses of Enum Class
org.apache.camel.model.rest.RestBindingMode
Packages that use RestBindingMode
-
Uses of RestBindingMode in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return RestBindingModeModifier and TypeMethodDescriptionRestConfigurationDefinition.getBindingMode()static RestBindingModeReturns the enum constant of this class with the specified name.static RestBindingMode[]RestBindingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.model.rest with parameters of type RestBindingModeModifier and TypeMethodDescriptionRestConfigurationDefinition.bindingMode(RestBindingMode bindingMode) To specify the binding modeRestDefinition.bindingMode(RestBindingMode mode) voidRestConfigurationDefinition.setBindingMode(RestBindingMode bindingMode) Sets the binding mode to use.