]
Ryan Emerson updated ISPN-11935:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Add REST resource util class
----------------------------
Key: ISPN-11935
URL:
https://issues.redhat.com/browse/ISPN-11935
Project: Infinispan
Issue Type: Enhancement
Components: REST
Affects Versions: 11.0.0.CR1
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 11.0.0.Final
Currently the REST resource classes have a lot of duplicated code for common tasks, such
as converting an object to JSON. We should introduce a package-private {{ResourceUtil}}
class to provide a single location for these operations.