Class RestSwaggerComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.rest.swagger.springboot.RestSwaggerComponentConfiguration
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
@ConfigurationProperties(prefix="camel.component.rest-swagger")
public class RestSwaggerComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Configure REST producers based on a Swagger (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.SSLContextParameters
void
setAutowiredEnabled
(Boolean autowiredEnabled) void
setBasePath
(String basePath) void
setComponentName
(String componentName) void
setConsumes
(String consumes) void
void
setLazyStartProducer
(Boolean lazyStartProducer) void
setProduces
(String produces) void
setResolveReferences
(Boolean resolveReferences) void
setSpecificationUri
(URI specificationUri) void
setSslContextParameters
(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) void
setUseGlobalSslContextParameters
(Boolean useGlobalSslContextParameters) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
RestSwaggerComponentConfiguration
public RestSwaggerComponentConfiguration()
-
-
Method Details
-
getBasePath
-
setBasePath
-
getComponentName
-
setComponentName
-
getConsumes
-
setConsumes
-
getHost
-
setHost
-
getLazyStartProducer
-
setLazyStartProducer
-
getProduces
-
setProduces
-
getResolveReferences
-
setResolveReferences
-
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
-