You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a class just like above. Jackson ignores the friends of the friends when the catnap is disabled. But if I enable the catnap, catnap ignores the annotation and is trying to render the friends of friends. StackOverflowError occurs because of infinite loop.
The text was updated successfully, but these errors were encountered:
class Person {
@JsonIgnoreProperties("friends")
private List friends;
}
I have a class just like above. Jackson ignores the friends of the friends when the catnap is disabled. But if I enable the catnap, catnap ignores the annotation and is trying to render the friends of friends. StackOverflowError occurs because of infinite loop.
The text was updated successfully, but these errors were encountered: