| Constructor and Description |
|---|
MessageBuilder() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
format(Object messageTemplate,
T... arguments)
Use markers
{} in the template according the method MsgFormatter#format(...) |
static String |
get(Assert.MessageMaker messageMaker) |
<T> void |
sformat(Object messageTemplate,
T... arguments)
Use markers
%s in the template according the method String.format(...) |
public <T> void format(@Nullable Object messageTemplate, @Nullable T... arguments)
{} in the template according the method MsgFormatter#format(...)public <T> void sformat(@Nullable Object messageTemplate, @Nullable T... arguments)
%s in the template according the method String.format(...)public static String get(@Nonnull Assert.MessageMaker messageMaker)
Copyright 2015, Pavel Ponec