| Package | Description |
|---|---|
| org.apache.camel.component.properties |
The Properties Component for lookup of property
placeholders for endpoint URI.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AugmentedPropertyNameAwarePropertiesParser
Interface for property parses that can attempt parsing property names using a fixed property name prefix and suffix.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPropertiesParser
A parser to parse a string which contains property placeholders.
|
| Modifier and Type | Method and Description |
|---|---|
PropertiesParser |
PropertiesComponent.getPropertiesParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesComponent.setPropertiesParser(PropertiesParser propertiesParser)
To use a custom PropertiesParser
|
Apache Camel