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
Labels
duplicate
This issue or pull request already exists
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;
}
The text was updated successfully, but these errors were encountered: