Skip to content

Wrong property parsing #617

Closed
Closed
@SButterfly

Description

@SButterfly

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions