Skip to content

Plans to support Java Records (Java-14)? #546

@namannigam-zz

Description

@namannigam-zz

Quoting from a StackOverflow Q&A , the current version 2.3.8 doesn't seem to support java record classes.

The minimal code sample used to test this (quoting the link)

public record UserDto(String firstName,
                      String lastName,
                      String email,
                      String imageUrl) {}

User post = modelMapper.map(userDto, User.class);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions