Making Spring Boot applications return Bad Request on @JsonView ignored properties
For a project I’m currently working on, we’re using Spring Boot for developing REST services. For fields that can only be provided in certain requests, we’re using the Jackson @JsonView annotation. For example, we have… Making Spring Boot applications return Bad Request on @JsonView ignored properties