Uses of Interface
org.apache.camel.component.properties.PropertiesLookup
-
Packages that use PropertiesLookup Package Description org.apache.camel.component.properties The Properties Component for lookup of property placeholders for endpoint URI. -
-
Uses of PropertiesLookup in org.apache.camel.component.properties
Classes in org.apache.camel.component.properties that implement PropertiesLookup Modifier and Type Class Description class
DefaultPropertiesLookup
DefaultPropertiesLookup
which lookup properties from aProperties
with all existing properties.Methods in org.apache.camel.component.properties with parameters of type PropertiesLookup Modifier and Type Method Description String
DefaultPropertiesParser. parseProperty(String key, String value, PropertiesLookup properties)
String
PropertiesParser. parseProperty(String key, String value, PropertiesLookup properties)
While parsing the uri using parseUri method each parsed property found invokes this callback.String
DefaultPropertiesParser. parseUri(String text, PropertiesLookup properties, boolean defaultFallbackEnabled)
protected String
PropertiesComponent. parseUri(String uri, PropertiesLookup properties)
String
PropertiesParser. parseUri(String text, PropertiesLookup properties, boolean fallback)
Parses the string and replaces the property placeholders with values from the given properties.
-