@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.log") public class LogComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
LogComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.spi.ExchangeFormatter |
getExchangeFormatter() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setExchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public org.apache.camel.spi.ExchangeFormatter getExchangeFormatter()
public void setExchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel