Package org.springframework.boot.json
Class GsonJsonParser
java.lang.Object
org.springframework.boot.json.AbstractJsonParser
org.springframework.boot.json.GsonJsonParser
- All Implemented Interfaces:
- JsonParser
Thin wrapper to adapt 
Gson to a JsonParser.- Since:
- 1.2.0
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.boot.json.AbstractJsonParserparseList, parseMap, trimParse, tryParse
- 
Constructor Details- 
GsonJsonParserpublic GsonJsonParser()
 
- 
- 
Method Details- 
parseMapDescription copied from interface:JsonParserParse the specified JSON string into a Map.- Parameters:
- json- the JSON to parse
- Returns:
- the parsed JSON as a map
 
- 
parseListDescription copied from interface:JsonParserParse the specified JSON string into a List.- Parameters:
- json- the JSON to parse
- Returns:
- the parsed JSON as a list
 
 
-