public class InterconnectInfoConverter extends Object
| Constructor and Description |
|---|
InterconnectInfoConverter() |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,Object>> |
parseReceivedMessage(Map<?,?> map)
Parse received message body, in a Map format, into a list collection.
|
public List<Map<String,Object>> parseReceivedMessage(Map<?,?> map)
map - collected dataThis documentation was released into the public domain.