@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.cache") public class CacheComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
CacheComponentConfiguration.CacheConfigurationNestedConfiguration |
Constructor and Description |
---|
CacheComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getCacheManagerFactory() |
CacheComponentConfiguration.CacheConfigurationNestedConfiguration |
getConfiguration() |
String |
getConfigurationFile() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setCacheManagerFactory(String cacheManagerFactory) |
void |
setConfiguration(CacheComponentConfiguration.CacheConfigurationNestedConfiguration configuration) |
void |
setConfigurationFile(String configurationFile) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public String getCacheManagerFactory()
public void setCacheManagerFactory(String cacheManagerFactory)
public CacheComponentConfiguration.CacheConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(CacheComponentConfiguration.CacheConfigurationNestedConfiguration configuration)
public String getConfigurationFile()
public void setConfigurationFile(String configurationFile)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel