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.
A parameter decorator can be used to change the message parameters after they were formatted.
-
Method Summary
-
Method Details
-
decorate
- Parameters:
formattedValue- - the formatted value of the parameterparameter- - the parameter- Returns:
- the decorated value
-