Uses of Class
org.apache.camel.spi.RestConfiguration.RestBindingMode
-
Packages that use RestConfiguration.RestBindingMode Package Description org.apache.camel.spi 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.RestBindingMode Modifier and Type Method Description RestConfiguration.RestBindingMode
RestConfiguration. getBindingMode()
Gets the binding mode used by the REST consumerstatic RestConfiguration.RestBindingMode
RestConfiguration.RestBindingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RestConfiguration.RestBindingMode[]
RestConfiguration.RestBindingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.spi with parameters of type RestConfiguration.RestBindingMode Modifier and Type Method Description void
RestConfiguration. setBindingMode(RestConfiguration.RestBindingMode bindingMode)
Sets the binding mode to be used by the REST consumer
-