Interface PropertiesFunction


  • public interface PropertiesFunction
    A function that is applied instead of looking up a property placeholder.
    • Method Detail

      • getName

        String getName()
        Name of the function which is used as name: to let the properties component know its a function.
      • apply

        String apply​(String remainder)
        Applies the function
        Parameters:
        remainder - the remainder value
        Returns:
        a value as the result of the function