I am trying to use the @JsonIdentityInfo from Jackson 2 as described here.
For testing purposes I created the following two classes:
public class A {
In some cases, it can be necessary to annotate the Id Property with @JsonProperty("id")
For example, in my case, this made my application run correctly.