RestFilter Spring Boot app which demonstrates the use of @JsonFilter. Clone the repository and the run the boot app as: mvn spring-boot:run Access the service as: http://localhost:8080/users?selector=firstName http://localhost:8080/users?selector=firstName,lastName Pending Work: Make it work for a Nested Object