Class RestOpenApiComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.rest.openapi.springboot.RestOpenApiComponentConfiguration
@ConfigurationProperties(prefix="camel.component.rest-openapi")
public class RestOpenApiComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
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/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()org.apache.camel.support.jsse.SSLContextParametersvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBasePath(String basePath) voidsetComponentName(String componentName) voidsetConsumes(String consumes) voidvoidsetLazyStartProducer(Boolean lazyStartProducer) voidsetProduces(String produces) voidsetSpecificationUri(URI specificationUri) voidsetSslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) voidsetUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
RestOpenApiComponentConfiguration
public RestOpenApiComponentConfiguration()
-
-
Method Details
-
getBasePath
-
setBasePath
-
getComponentName
-
setComponentName
-
getConsumes
-
setConsumes
-
getHost
-
setHost
-
getLazyStartProducer
-
setLazyStartProducer
-
getProduces
-
setProduces
-
getSpecificationUri
-
setSpecificationUri
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getSslContextParameters
public org.apache.camel.support.jsse.SSLContextParameters getSslContextParameters() -
setSslContextParameters
public void setSslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) -
getUseGlobalSslContextParameters
-
setUseGlobalSslContextParameters
-