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!
-
-
Constructor Summary
Constructors Constructor Description RestSwaggerComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAutowiredEnabled()
String
getBasePath()
String
getComponentName()
String
getConsumes()
String
getHost()
Boolean
getLazyStartProducer()
String
getProduces()
Boolean
getResolveReferences()
URI
getSpecificationUri()
org.apache.camel.support.jsse.SSLContextParameters
getSslContextParameters()
Boolean
getUseGlobalSslContextParameters()
void
setAutowiredEnabled(Boolean autowiredEnabled)
void
setBasePath(String basePath)
void
setComponentName(String componentName)
void
setConsumes(String consumes)
void
setHost(String host)
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)
-
-
-
Method Detail
-
getBasePath
public String getBasePath()
-
setBasePath
public void setBasePath(String basePath)
-
getComponentName
public String getComponentName()
-
setComponentName
public void setComponentName(String componentName)
-
getConsumes
public String getConsumes()
-
setConsumes
public void setConsumes(String consumes)
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getProduces
public String getProduces()
-
setProduces
public void setProduces(String produces)
-
getResolveReferences
public Boolean getResolveReferences()
-
setResolveReferences
public void setResolveReferences(Boolean resolveReferences)
-
getSpecificationUri
public URI getSpecificationUri()
-
setSpecificationUri
public void setSpecificationUri(URI specificationUri)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
getSslContextParameters
public org.apache.camel.support.jsse.SSLContextParameters getSslContextParameters()
-
setSslContextParameters
public void setSslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
-
getUseGlobalSslContextParameters
public Boolean getUseGlobalSslContextParameters()
-
setUseGlobalSslContextParameters
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
-
-