-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
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
Labels
No labels