Skip to content

Stricter all-args constructor search for POJOs #19

@nvamelichev

Description

@nvamelichev

Remove deprecated logic for all-args constructor detection in POJOs. It currently relies on Class.getDeclaredFields() being in a predictable order and matching that order with a constructor (which is an absolute madness, which surprisingly somewhat works for both Lombok and Kotlin classes)

Metadata

Metadata

Assignees

Labels

breakingPotentially breaking change in API or behavior

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions