Interface RuleMessageParameterDecorator

All Superinterfaces:
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 Serializable
A parameter decorator can be used to change the message parameters after they were formatted.
  • Method Details

    • decorate

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