Uses of Interface
org.apache.camel.builder.component.dsl.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder
Packages that use RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder
-
Uses of RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.restOpenapi()REST OpenApi (camel-rest-openapi) Configure REST producers based on an OpenAPI specification document delegating to a component implementing the RestProducerFactory interface. -
Uses of RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilderModifier and TypeMethodDescriptionRestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.API basePath, for example /v2.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.componentName(String componentName) Name of the Camel component that will perform the requests.What payload type this component capable of consuming.Scheme hostname and port to direct the HTTP requests to in the form of https://hostname:port.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).What payload type this component is producing.RestOpenapiComponentBuilderFactory.restOpenapi()REST OpenApi (camel-rest-openapi) Configure REST producers based on an OpenAPI specification document delegating to a component implementing the RestProducerFactory interface.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.specificationUri(URI specificationUri) Path to the OpenApi specification file.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) Customize TLS parameters used by the component.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.