@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.spring-integration") public class SpringIntegrationComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
SpringIntegrationComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBasicPropertyBinding() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setBasicPropertyBinding(Boolean basicPropertyBinding) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public SpringIntegrationComponentConfiguration()
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
public Boolean getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
Apache Camel