Skip to content

Map Array to another Array #1

@brenooliveira

Description

@brenooliveira

Exemple:

Person.java

public class Person {
    @MapTo("simpleNumbers")
    private Integer[] luckyNumbers = new Integer[2];
}

Human.java

public class Human {
    private Integer[] simpleNumbers;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions