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