Uses of Class
org.apache.camel.core.xml.CamelPropertyPlaceholderFunctionDefinition
-
Packages that use CamelPropertyPlaceholderFunctionDefinition Package Description org.apache.camel.core.xml The classes for working with Camel and XML along with the primary factory beans. -
-
Uses of CamelPropertyPlaceholderFunctionDefinition in org.apache.camel.core.xml
Methods in org.apache.camel.core.xml that return types with arguments of type CamelPropertyPlaceholderFunctionDefinition Modifier and Type Method Description List<CamelPropertyPlaceholderFunctionDefinition>
CamelPropertyPlaceholderDefinition. getFunctions()
Method parameters in org.apache.camel.core.xml with type arguments of type CamelPropertyPlaceholderFunctionDefinition Modifier and Type Method Description void
CamelPropertyPlaceholderDefinition. setFunctions(List<CamelPropertyPlaceholderFunctionDefinition> functions)
List of custom properties function to use.
-