How to allow mapped fields in json response?
I have a entity with oneToMany mapping.
I am using spring boot. Want to return Whole object with mapped fields included in Json response created by @ResponseBody annotation.
Somehow @ResponseBody annotation ignoring mapped fields.
Please help me with this.
Thanks in advance