@AsynchronouslyFormattable public class StringMapMessage extends MapMessage<StringMapMessage,java.lang.String>
StringMapMessage
typed to String
-only values. This is like the MapMessage class before 2.9.MapMessage.MapFormat
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
StringMapMessage()
Constructs a new instance.
|
StringMapMessage(int initialCapacity)
Constructs a new instance.
|
StringMapMessage(java.util.Map<java.lang.String,java.lang.String> map)
Constructs a new instance based on an existing Map.
|
Modifier and Type | Method and Description |
---|---|
StringMapMessage |
newInstance(java.util.Map<java.lang.String,java.lang.String> map)
Constructs a new instance based on an existing Map.
|
appendMap, asJava, asJson, asString, asString, asXml, clear, containsKey, equals, forEach, forEach, formatTo, formatTo, get, getData, getFormat, getFormats, getFormattedMessage, getFormattedMessage, getIndexedReadOnlyStringMap, getParameters, getThrowable, hashCode, put, putAll, remove, toString, validate, validate, validate, validate, validate, validate, validate, validate, validate, validate, with, with, with, with, with, with, with, with, with, with
private static final long serialVersionUID
public StringMapMessage()
public StringMapMessage(int initialCapacity)
initialCapacity
- the initial capacity.public StringMapMessage(java.util.Map<java.lang.String,java.lang.String> map)
map
- The Map.public StringMapMessage newInstance(java.util.Map<java.lang.String,java.lang.String> map)
newInstance
in class MapMessage<StringMapMessage,java.lang.String>
map
- The Map.