I\'m trying to map a json (string format) to an object and I get the following error
com.fasterxml.jackson.databind.JsonMappingException: Multiple back-
I also faced this issue, and resolved it. You should name all JsonManagedReferences and JsonBackReference in your application.
example : @JsonManagedReference(value="user-person") @JsonBackReference(value="user-person")