public interface DefinitionPropertyPlaceholderConfigurer extends org.apache.camel.spi.PropertyPlaceholderConfigurer
| Modifier and Type | Method and Description |
|---|---|
default Map<String,Supplier<String>> |
getReadPropertyPlaceholderOptions(org.apache.camel.CamelContext camelContext)
Gets the options on the model definition which supports property
placeholders and can be resolved.
|
default Map<String,Consumer<String>> |
getWritePropertyPlaceholderOptions(org.apache.camel.CamelContext camelContext)
To update an existing property using the function with the key/value and
returning the changed value This will be all the string based options.
|
default Map<String,Supplier<String>> getReadPropertyPlaceholderOptions(org.apache.camel.CamelContext camelContext)
getReadPropertyPlaceholderOptions in interface org.apache.camel.spi.PropertyPlaceholderConfigurerdefault Map<String,Consumer<String>> getWritePropertyPlaceholderOptions(org.apache.camel.CamelContext camelContext)
getWritePropertyPlaceholderOptions in interface org.apache.camel.spi.PropertyPlaceholderConfigurerApache Camel