George Reyes created USERGRID-259: ------------------------------------- Summary: Generify the ApiResponse so we can return any type of class Key: USERGRID-259 URL: https://issues.apache.org/jira/browse/USERGRID-259 Project: Usergrid Issue Type: Technical task Reporter: George Reyes Assignee: George Reyes
The ApiResponse should be converted to be a generic class so that we can type case it into the specific type we need. For example : the ApiResponse can return a User type if we have ApiResponse<T> we should be able to get back a ApiResponse<User>. -- This message was sent by Atlassian JIRA (v6.3.4#6332)