In my project I am using lombok library to hide boilerplate part of the code. Currently I am trying to auto-generate loads of data, so I'v selected benas/jPopulator library for this - it seems exactly what I need.
The problem is that I am getting following exception:
java.lang.NoSuchMethodException: Property '***' has no setter method in class ***
While there are no other setters and getters, but Lombok's one it seems that jPopulator doesn't see them. While code is compiled well and application is running completely fine.
Are there ways to make these 2 libs work together?
Aucun commentaire:
Enregistrer un commentaire