public final class PropertyPlaceholdersHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
resolvePropertyPlaceholders(org.apache.camel.CamelContext camelContext,
Object object)
Inspects the given definition and resolves any property placeholders from its properties.
|
public static void resolvePropertyPlaceholders(org.apache.camel.CamelContext camelContext,
Object object)
throws Exception
camelContext - the Camel contextobject - the objectException - is thrown if property placeholders was used and there was an error resolving themCamelContext.resolvePropertyPlaceholders(String),
PropertiesComponentApache Camel