Interface IPlaceholderEscaper

    • Method Detail

      • escape

        String escape​(String replacedValue,
                      EPlaceholderType type)
        Escape the given value after the rule of the passed placeholder type.
        Parameters:
        replacedValue - The replace (i.e. evaluated) value of the placeholder.
        type - The type of the placeholder that was replaced.
        Returns:
        The escaped value that should be inserted into the main text.