Uses of Interface
org.apache.camel.component.properties.PropertiesParser
-
Packages that use PropertiesParser Package Description org.apache.camel.component.properties The Properties Component for lookup of property placeholders for endpoint URI. -
-
Uses of PropertiesParser in org.apache.camel.component.properties
Classes in org.apache.camel.component.properties that implement PropertiesParser Modifier and Type Class Description classDefaultPropertiesParserA parser to parse a string which contains property placeholders.Methods in org.apache.camel.component.properties that return PropertiesParser Modifier and Type Method Description PropertiesParserPropertiesComponent. getPropertiesParser()Methods in org.apache.camel.component.properties with parameters of type PropertiesParser Modifier and Type Method Description voidPropertiesComponent. setPropertiesParser(PropertiesParser propertiesParser)To use a custom PropertiesParser
-