Interface PropertiesFunctionResolver

    • Method Detail

      • addPropertiesFunction

        void addPropertiesFunction​(org.apache.camel.spi.PropertiesFunction function)
        Registers the PropertiesFunction as a function to this component.
      • getFunctions

        Map<String,​org.apache.camel.spi.PropertiesFunction> getFunctions()
        Gets the functions registered in this properties component.
      • hasFunction

        boolean hasFunction​(String name)
        Is there a PropertiesFunction with the given name?
      • resolvePropertiesFunction

        org.apache.camel.spi.PropertiesFunction resolvePropertiesFunction​(String name)
        Resolves the properties function with the given name
        Parameters:
        name - the name of the properties function
        Returns:
        the function or null if not found