public static class RosListenDelegate.LegacyFormat extends Object
RosListenDelegate.receive(com.fasterxml.jackson.databind.JsonNode, String)
message format that presented the JSON data
in a Map from String to Object instances
in which the values were ether primitives, Map objects themselves, or List
objects.| Constructor and Description |
|---|
LegacyFormat() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
legacyFormat(String jsonString)
A method for easy conversion to the legacy java_rosbridge
RosListenDelegate.receive(com.fasterxml.jackson.databind.JsonNode, String)
message format that presented the JSON data
in a Map from String to Object instances
in which the values were ether primitives, Map objects themselves, or List
objects. |
public static Map<String,Object> legacyFormat(String jsonString)
RosListenDelegate.receive(com.fasterxml.jackson.databind.JsonNode, String)
message format that presented the JSON data
in a Map from String to Object instances
in which the values were ether primitives, Map objects themselves, or List
objects.jsonString - the source JSON string message that was receivedMap data structure of the JSON data.Copyright © 2016. All rights reserved.