public class CommentsParser extends Object
| Constructor and Description |
|---|
CommentsParser(com.google.gson.Gson gson) |
| Modifier and Type | Method and Description |
|---|---|
TreeMap<String,List<CommentInfo>> |
parseCommentInfos(com.google.gson.JsonElement result) |
CommentInfo |
parseSingleCommentInfo(com.google.gson.JsonObject result) |
public TreeMap<String,List<CommentInfo>> parseCommentInfos(com.google.gson.JsonElement result)
public CommentInfo parseSingleCommentInfo(com.google.gson.JsonObject result)
Copyright © 2018. All rights reserved.