A Solution to Hierarcy Cycle Problem with JSON: JSON Filter

When you have a cycle in your domain model, beacuse sometimes you realy need it*, then with Spring JsonView, indeed you may have same problem in different cases, while converting Java objects to JSON objects, you can get en error : net.sf.json.JSONException: There is a cycle in the hierarchy! with a following unusefull stack trace:)Continue reading “A Solution to Hierarcy Cycle Problem with JSON: JSON Filter”