Prefixes and suffixes
Opened this issue · 5 comments
escosoft commented
Hi,
Have you considered adding support for fields with a default prefix?
Thanks
sta-szek commented
Hi,
there is no feature like this, can you provide any showcase?
escosoft commented
Hi,
I've been involved in several projects which follow a certain style guide where a prefix (such as m_) is mandatory for each field name. Thus, we can't use your excellent library
For instance, Lombok supports this use case (https://projectlombok.org/features/configuration)
sta-szek commented
Ok, I see.
This might be good feature for old projects (where you use m_
as suffix).
Whould you like to try implement this?
escosoft commented
I'll give it a try
Deleted user commented
We are also using a m_ prefix for member fields. Hence we also can't use pojo-tester. Any change that in the near future this will be implemented in pojo-tester?