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 RestBindingMode
RestConfigurationDefinition. getBindingMode()
static RestBindingMode
RestBindingMode. 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 RestConfigurationDefinition
RestConfigurationDefinition. bindingMode(RestBindingMode bindingMode)
To specify the binding modeRestDefinition
RestDefinition. bindingMode(RestBindingMode mode)
void
RestConfigurationDefinition. setBindingMode(RestBindingMode bindingMode)
Sets the binding mode to use.
-