my goal is to configure the objectMapper in the way that it only serialises element which are annotated with @JsonProperty.
objectMapper
@JsonProperty
In order to do
I am using Spring 4.1.6 and Jackson FasterXML 2.1.4.
this works at my applicationContext.xml configration