We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
With java records, getters are accessed fluently (e.g. getId() -> id()).
getId()
id()
The current serializer requires traditional getters and is not compatible with standard records without explicitly adding getters to it.