americanexpress/nodes

StackOverflowError when model class has property with reference on himself

Closed this issue · 1 comments

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;
}

closing as duplicate of #79