Skip to content

Instantly share code, notes, and snippets.

@rschumm
Created July 9, 2015 12:37
Show Gist options
  • Save rschumm/648ed9d7b2d1f4d6e8c6 to your computer and use it in GitHub Desktop.
Save rschumm/648ed9d7b2d1f4d6e8c6 to your computer and use it in GitHub Desktop.
RESTEasy Generic Type List Client etc.
List<Registration> registrationList = response.readEntity(new GenericType<List<Registration>>() {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment