@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface RestApiEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RestApiEndpointBuilderFactory.AdvancedRestApiEndpointBuilder
Advanced builder for endpoint for the REST API component.
|
static interface |
RestApiEndpointBuilderFactory.RestApiBuilders |
static interface |
RestApiEndpointBuilderFactory.RestApiEndpointBuilder
Builder for endpoint for the REST API component.
|
| Modifier and Type | Method and Description |
|---|---|
static RestApiEndpointBuilderFactory.RestApiEndpointBuilder |
restApi(String path)
REST API (camel-rest)
The rest-api component is used for providing Swagger API of the REST
services which has been defined using the rest-dsl in Camel.
|
static RestApiEndpointBuilderFactory.RestApiEndpointBuilder restApi(String path)
rest-api:path/contextIdPattern
Path parameter: path (required)
The base path
Path parameter: contextIdPattern
Optional CamelContext id pattern to only allow Rest APIs from rest
services within CamelContext's which name matches the pattern.Apache Camel