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