Fabien Recco
Fabien Recco
Today, when we build a Model we need to have **public** fields because the generated ModelHelper references fields directly. I have changed the behavior to allow developer to use private...
Regarding to the issue #239, this is a PR for JDK 13 support.
A proposal solution for https://github.com/sta-szek/pojo-tester/issues/240. The problem was the lombok @builder generates an all args constructor. Pojo tester invokes that constructor with generated values. When the valueChanger tried to change...
The idea of this feature is to provide a mechanism for users to define custom instantiators like it exists for custom field value changers. It follows the same idea to...
### Is your feature request related to a problem? Please describe. Manage null safety for object properties with Spring annotations (`@NonNull`, `@Nullable`). Example: https://www.baeldung.com/spring-null-safety-annotations ## Describe the solution you'd like...