sta-szek/pojo-tester

Prefixes and suffixes

Opened this issue · 5 comments

Hi,

Have you considered adding support for fields with a default prefix?

Thanks

Hi,
there is no feature like this, can you provide any showcase?

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)

Ok, I see.
This might be good feature for old projects (where you use m_ as suffix).
Whould you like to try implement this?

I'll give it a try

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?