@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.olingo4") public class Olingo4ComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
Olingo4ComponentConfiguration.Olingo4ConfigurationNestedConfiguration |
Constructor and Description |
---|
Olingo4ComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
Olingo4ComponentConfiguration.Olingo4ConfigurationNestedConfiguration |
getConfiguration() |
Boolean |
getResolvePropertyPlaceholders() |
Boolean |
getUseGlobalSslContextParameters() |
void |
setConfiguration(Olingo4ComponentConfiguration.Olingo4ConfigurationNestedConfiguration configuration) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) |
public Olingo4ComponentConfiguration.Olingo4ConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(Olingo4ComponentConfiguration.Olingo4ConfigurationNestedConfiguration configuration)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel