Package com.testmonitor.parsers
Class ProjectParser
java.lang.Object
com.testmonitor.parsers.ProjectParser
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProjectParser
public ProjectParser()
-
-
Method Details
-
parse
Parse a JSONObject in a list of projects- Parameters:
response- The JSON response of a request- Returns:
- A parsed list of projects
-
parse
Parse a hashmap into a project.- Parameters:
item- the hashmap that contains the project data.- Returns:
- The parsed project
-