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 ...
... @JsonView(view2.class) @JacksonAnnotationsInside ... public @interface bundle2 { ... Then I apply the annotations to properties, like this: @bundle1 String prop1 ...