public abstract class MessageSupport extends Object implements Message
| Constructor and Description |
|---|
MessageSupport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
format(Iterable<?> values) |
String |
format(Map<String,?> values) |
String |
format(Object... values) |
protected String |
formatInternal(Object value) |
int |
hashCode() |
String |
toString() |
Copyright © 2023 echocat. All rights reserved.