| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static RestEndpointBuilderFactory.RestBindingMode |
RestEndpointBuilderFactory.RestBindingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestEndpointBuilderFactory.RestBindingMode[] |
RestEndpointBuilderFactory.RestBindingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default RestEndpointBuilderFactory.RestEndpointProducerBuilder |
RestEndpointBuilderFactory.RestEndpointProducerBuilder.bindingMode(RestEndpointBuilderFactory.RestBindingMode bindingMode)
Configures the binding mode for the producer.
|
Apache Camel