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