public class PipelineDefinitionPropertyPlaceholderProvider extends Object implements org.apache.camel.spi.PropertyPlaceholderConfigurer
| Constructor and Description |
|---|
PipelineDefinitionPropertyPlaceholderProvider(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Supplier<String>> |
getReadPropertyPlaceholderOptions(org.apache.camel.CamelContext camelContext) |
Map<String,Consumer<String>> |
getWritePropertyPlaceholderOptions(org.apache.camel.CamelContext camelContext) |
public PipelineDefinitionPropertyPlaceholderProvider(Object obj)
public Map<String,Supplier<String>> getReadPropertyPlaceholderOptions(org.apache.camel.CamelContext camelContext)
getReadPropertyPlaceholderOptions in interface org.apache.camel.spi.PropertyPlaceholderConfigurerpublic Map<String,Consumer<String>> getWritePropertyPlaceholderOptions(org.apache.camel.CamelContext camelContext)
getWritePropertyPlaceholderOptions in interface org.apache.camel.spi.PropertyPlaceholderConfigurerApache Camel