Jersey2 with Jackson and @JsonIgnoreProperties annotation

rest_jersey2_json_ignore_properties_thumb

This tutorial is a follow up to “Consume, produce and ignore JSON properties with Jersey2“. In that previous tutorial we explained the usage of @JsonIgnore and @JsonProperty to manipulate and filter JSON requests and responses using Jersey2 with FasterXML/Jackson. We will extend the provided example (Github) with the @JsonIgnoreProperties annotation. 1. Prerequisites Install Apache Tomcat (we use version 8.5). If not already installed, please have a look at these 2 tutorials: Install Apache Tomcat on Windows Add Tomcat server runtime to EclipseEE (if you work with EclipseEE) Install Apache Maven to build…

Read More