Skip to content

JMapper with Lambok #92

@sudeerjoshi

Description

@sudeerjoshi

I am using JMapper with some POJO classes which has setter getter methods and it's working fine, when I removed all setters and getters and used Lombok for the same, I am getting MalformedBean exception saying get....() not found ...will JMapper supports working with Lombok?

@DaTa(from lombok) // generates getters and setters
public class Document {

protected FIToFIPaymentStatusReportV06 fiToFIPmtStsRpt;

}

for this ?

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