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