Skip to content

Support for Java records? #18

@janneri

Description

@janneri

The example does not work with a record:

public record Book(String name, double price, boolean available) {}

I guess the reason is, that the record accessor methods are named name(), price(), ... and not getName(), getPrice()?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions