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