0
votes
0answers
127 views

RestEasy and generic interface

I am relatively new on RestEasy and I have following question: How can I construct a Method on RestEasy without reinventing the wheel for a couple of Entities, say I have following: @Path("service") ...