Closed
Description
After some release my method
public DisplaySeason setupSeason(Consumer<Season> seasonConsumer) {
seasonConsumer.accept(season);
return this;
}
was treated as property:
export interface DisplaySeason {
....
upSeason: Consumer<Season>;
}
I temporary fix it by marking @JsonIgnore
. Is there any better solution?
Metadata
Metadata
Assignees
Labels
No labels