@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.mllp") public class MllpComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
MllpComponentConfiguration.MllpConfigurationNestedConfiguration |
Constructor and Description |
---|
MllpComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
MllpComponentConfiguration.MllpConfigurationNestedConfiguration |
getConfiguration() |
String |
getDefaultCharset() |
Boolean |
getLogPhi() |
Integer |
getLogPhiMaxBytes() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setConfiguration(MllpComponentConfiguration.MllpConfigurationNestedConfiguration configuration) |
void |
setDefaultCharset(String defaultCharset) |
void |
setLogPhi(Boolean logPhi) |
void |
setLogPhiMaxBytes(Integer logPhiMaxBytes) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public Boolean getLogPhi()
public void setLogPhi(Boolean logPhi)
public Integer getLogPhiMaxBytes()
public void setLogPhiMaxBytes(Integer logPhiMaxBytes)
public String getDefaultCharset()
public void setDefaultCharset(String defaultCharset)
public MllpComponentConfiguration.MllpConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(MllpComponentConfiguration.MllpConfigurationNestedConfiguration configuration)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel