Most of the time we come across requirements in an application where we want to provide different views of the same model data to different clients/users. To solve this, we may end up creating ...
Most of the time we come across requirements in an application where we want to provide different views of the same model data to different clients/users. To solve this, we may end up creating ...
This is a tutorial for JsonView annotation by Jackson in Spring Boot. JsonView is a powerful annotation that helps reduce a lot of boilerplate code. The tutorial has been split into 3 packages in code ...