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 ClassesModifier and TypeInterfaceDescriptionstatic interface
Builder for the REST OpenApi component.static class
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionREST OpenApi (camel-rest-openapi) Configure REST producers based on an OpenAPI specification document delegating to a component implementing the RestProducerFactory interface.
-
Method Details
-
restOpenapi
REST OpenApi (camel-rest-openapi) Configure REST producers based on an OpenAPI specification document delegating to a component implementing the RestProducerFactory interface. Category: rest,api Since: 3.1 Maven coordinates: org.apache.camel:camel-rest-openapi- Returns:
- the dsl builder
-