@Deprecated public class Jackson2JsonParser extends Object implements JsonParser
| Constructor and Description |
|---|
Jackson2JsonParser()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
formatMap(Map<String,?> map)
Deprecated.
Convert the Map to JSON
|
Map<String,Object> |
parseMap(String json)
Deprecated.
Parse the specified JSON string into a Map.
|
public Map<String,Object> parseMap(String json)
JsonParserparseMap in interface JsonParserjson - the JSON to parsepublic String formatMap(Map<String,?> map)
JsonParserformatMap in interface JsonParsermap - a map to formatCopyright © 2021. All rights reserved.