public final class MessageFormatterUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
format(String pattern,
Object... params)
based on String pattern, which contains placeholder
{}, inserts params into
the pattern and returns resulting String |
public static String format(String pattern, Object... params)
{}, inserts params into
the pattern and returns resulting Stringpattern - string pattern with placeholders {}params - to replace placeholders withCopyright © 2018. All rights reserved.