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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions