Interface RuleMessageParameterDecorator

  • All Superinterfaces:
    java.io.Serializable
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface RuleMessageParameterDecorator
    extends java.io.Serializable
    A parameter decorator can be used to change the message parameters after they were formatted.
    • Method Detail

      • decorate

        java.lang.String decorate​(java.lang.String formattedValue,
                                  RuleParameterData parameter)
        Parameters:
        formattedValue - - the formatted value of the parameter
        parameter - - the parameter
        Returns:
        the decorated value