substitutions property

Map<String, List<String>>? substitutions
final

A map of the message variables to merge with the variables specified by properties of the DefaultMessage object. The variables specified in this map take precedence over all other variables.

Implementation

final Map<String, List<String>>? substitutions;