json-view
json-view copied to clipboard
@JsonBackReference, @JsonManagedReference and @JsonIdentityInfo are ignored in serialization lib
Hi guys,
After implement this lib, I had a lot of recursion problems in my project. There’s a way to use this annotations with this lib or some trick to the lib understand that annotations? I’d not want to use @JsonIgnore because that others annotations are more specific and appropriated to avoid recursion.