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) To call REST services using OpenAPI specification as contract. -
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.apiContextPath(String apiContextPath) Sets the context-path to use for servicing the OpenAPI specification.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.API basePath, for example /v2.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.bindingPackageScan(String bindingPackageScan) Package name to use as base (offset) for classpath scanning of POJO classes are located when using binding mode is enabled for JSon or XML.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.clientRequestValidation(boolean clientRequestValidation) Whether to enable validation of the client request to check if the incoming request is valid according to the OpenAPI specification.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.componentName(String componentName) Name of the Camel component that will perform the requests.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.consumerComponentName(String consumerComponentName) Name of the Camel component that will service 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).RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.missingOperation(String missingOperation) Whether the consumer should fail,ignore or return a mock response for OpenAPI operations that are not mapped to a corresponding route.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.mockIncludePattern(String mockIncludePattern) Used for inclusive filtering of mock data from directories.What payload type this component is producing.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.requestValidationEnabled(boolean requestValidationEnabled) Enable validation of requests against the configured OpenAPI specification.RestOpenapiComponentBuilderFactory.restOpenapi()REST OpenApi (camel-rest-openapi) To call REST services using OpenAPI specification as contract.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.restOpenapiProcessorStrategy(org.apache.camel.component.rest.openapi.RestOpenapiProcessorStrategy restOpenapiProcessorStrategy) To use a custom strategy for how to process Rest DSL requests.RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.specificationUri(String 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.