Interface RestOpenapiComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface RestOpenapiComponentBuilderFactory
Configure REST producers based on an OpenAPI specification document delegating to a component implementing the RestProducerFactory interface. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilderBuilder for the REST OpenApi component.static classRestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilderrestOpenapi()REST OpenApi (camel-rest-openapi) Configure REST producers based on an OpenAPI specification document delegating to a component implementing the RestProducerFactory interface.
-
-
-
Method Detail
-
restOpenapi
static RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder restOpenapi()
REST OpenApi (camel-rest-openapi) Configure REST producers based on an OpenAPI specification document delegating to a component implementing the RestProducerFactory interface. Category: openapi,rest,api Since: 3.1 Maven coordinates: org.apache.camel:camel-rest-openapi- Returns:
- the dsl builder
-
-