mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
The builder created by FreeBuilder have different fluent methods created. When using FreeBuilder one needs to use the JavaBean convention for the getters (as otherwise MapStruct won't recognize them), this leads to FreeBuilder creating fluent setters that start with set (so we can safely ignore all other fluent setters)