Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

StackOverflowError when model class has property with reference on himself #82

Closed
arudnev84 opened this issue Jul 10, 2019 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@arudnev84
Copy link

arudnev84 commented Jul 10, 2019

public class DisplayElement {
private String type;
private String text;
private List styles;
private String url;
private List< DisplayElement > displayElements;
private Boolean isSelected;
private Boolean isHighlighted;
}

@chemdrew chemdrew added the duplicate This issue or pull request already exists label Jul 13, 2019
@chemdrew
Copy link
Contributor

closing as duplicate of #79

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants