Managing Nested Object Serialization with @JsonView in Spring Boot
Source: Managing Nested Object Serialization with @JsonView in Spring Boot
1. What is @JsonView?
Serialization frameworks like Jackson allow converting Java objects into JSON for APIs or other outputs. However, not every consumer of your API n...
tuanhnet.hashnode.dev4 min read