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