@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.rest-swagger") public class RestSwaggerComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
RestSwaggerComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getBasePath() |
String |
getComponentName() |
String |
getConsumes() |
String |
getHost() |
String |
getProduces() |
Boolean |
getResolvePropertyPlaceholders() |
URI |
getSpecificationUri() |
org.apache.camel.util.jsse.SSLContextParameters |
getSslContextParameters() |
Boolean |
getUseGlobalSslContextParameters() |
void |
setBasePath(String basePath) |
void |
setComponentName(String componentName) |
void |
setConsumes(String consumes) |
void |
setHost(String host) |
void |
setProduces(String produces) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setSpecificationUri(URI specificationUri) |
void |
setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters) |
void |
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) |
public String getBasePath()
public void setBasePath(String basePath)
public String getComponentName()
public void setComponentName(String componentName)
public String getConsumes()
public void setConsumes(String consumes)
public String getHost()
public void setHost(String host)
public String getProduces()
public void setProduces(String produces)
public URI getSpecificationUri()
public void setSpecificationUri(URI specificationUri)
public org.apache.camel.util.jsse.SSLContextParameters getSslContextParameters()
public void setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel