Uses of Interface
org.apache.camel.component.properties.PropertiesLookup
Packages that use PropertiesLookup
-
Uses of PropertiesLookup in org.apache.camel.component.properties
Classes in org.apache.camel.component.properties that implement PropertiesLookupModifier and TypeClassDescriptionclassDefaultPropertiesLookupwhich lookup properties from aPropertieswith all existing properties.Methods in org.apache.camel.component.properties with parameters of type PropertiesLookupModifier and TypeMethodDescriptionDefaultPropertiesParser.parseProperty(String key, String value, PropertiesLookup properties) PropertiesParser.parseProperty(String key, String value, PropertiesLookup properties) While parsing the uri using parseUri method each parsed property found invokes this callback.DefaultPropertiesParser.parseUri(String text, PropertiesLookup properties, boolean defaultFallbackEnabled, boolean keepUnresolvedOptional, boolean nestedPlaceholder) protected StringPropertiesComponent.parseUri(String uri, PropertiesLookup properties, boolean keepUnresolvedOptional) PropertiesParser.parseUri(String text, PropertiesLookup properties, boolean fallback, boolean keepUnresolvedOptional, boolean nestedPlaceholder) Parses the string and replaces the property placeholders with values from the given properties.