Uses of Class
org.apache.camel.model.rest.RestBindingMode
-
Packages that use RestBindingMode Package Description org.apache.camel.model.rest The JAXB POJOs for the REST DSL -
-
Uses of RestBindingMode in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return RestBindingMode Modifier and Type Method Description RestBindingModeRestConfigurationDefinition. getBindingMode()static RestBindingModeRestBindingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RestBindingMode[]RestBindingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.model.rest with parameters of type RestBindingMode Modifier and Type Method Description RestConfigurationDefinitionRestConfigurationDefinition. bindingMode(RestBindingMode bindingMode)To specify the binding modeRestDefinitionRestDefinition. bindingMode(RestBindingMode mode)voidRestConfigurationDefinition. setBindingMode(RestBindingMode bindingMode)Sets the binding mode to use.
-