posted 8 years ago
Hi,
I have developed Restful service using RESTEasy framework and Jackson for json response.
I am using data layer to return plain POJO class object(setters and getters), which gets returned from REST service as JSON.
My question is:
How to modify/filter response (without modifying POJO), to send back only few fields based on condition and not all fields of the POJO.
Thanks in advance,
Nikesh