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 classDefaultPropertiesLookupDefaultPropertiesLookupwhich lookup properties from aPropertieswith all existing properties.Methods in org.apache.camel.component.properties with parameters of type PropertiesLookup Modifier and Type Method Description StringDefaultPropertiesParser. parseProperty(String key, String value, PropertiesLookup properties)StringPropertiesParser. parseProperty(String key, String value, PropertiesLookup properties)While parsing the uri using parseUri method each parsed property found invokes this callback.StringDefaultPropertiesParser. parseUri(String text, PropertiesLookup properties, boolean defaultFallbackEnabled, boolean keepUnresolvedOptional)protected StringPropertiesComponent. parseUri(String uri, PropertiesLookup properties, boolean keepUnresolvedOptional)StringPropertiesParser. parseUri(String text, PropertiesLookup properties, boolean fallback, boolean keepUnresolvedOptional)Parses the string and replaces the property placeholders with values from the given properties.
-