public class BasicSystemDataFormatter extends AbstractSystemDataFormatter
SystemDataFormatter using the Object.toString() method
of each value.| Constructor and Description |
|---|
BasicSystemDataFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.String parameterisedString,
java.util.Map<java.lang.String,java.io.Serializable> parameterValues,
java.util.Locale locale)
Formats the given parameterised string according to the needs of the
SystemDataConsumer it is used by. |
ensureCorrectType, ensureValuePresent, formatpublic java.lang.String format(java.lang.String parameterisedString,
java.util.Map<java.lang.String,java.io.Serializable> parameterValues,
java.util.Locale locale)
SystemDataFormatterSystemDataConsumer it is used by.parameterisedString - the parameterised string to be formattedparameterValues - map containing values for all parameters referenced
in the parameterised stringlocale - the locale used to format the string; may be null