Interface RestApiComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface RestApiComponentBuilderFactory
Expose OpenAPI Specification of the REST services defined using Camel REST DSL. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RestApiComponentBuilderFactory.RestApiComponentBuilder
Builder for the REST API component.static class
RestApiComponentBuilderFactory.RestApiComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static RestApiComponentBuilderFactory.RestApiComponentBuilder
restApi()
REST API (camel-rest) Expose OpenAPI Specification of the REST services defined using Camel REST DSL.
-
-
-
Method Detail
-
restApi
static RestApiComponentBuilderFactory.RestApiComponentBuilder restApi()
REST API (camel-rest) Expose OpenAPI Specification of the REST services defined using Camel REST DSL. Category: core,rest Since: 2.16 Maven coordinates: org.apache.camel:camel-rest- Returns:
- the dsl builder
-
-