mapstruct / mapstruct-examples

Examples for using MapStruct
Other
1.28k stars 511 forks source link

【Lombok】@FieldNameConstants not work #139

Closed AppSkyBoy closed 2 years ago

AppSkyBoy commented 2 years ago

when use the @FieldNameConstants of Fields at mapstruct , compile not work

filiphr commented 2 years ago

Please check the MapStruct interop in the documentation for the FieldNameConstants https://projectlombok.org/features/experimental/FieldNameConstants.

If you want to know more have a look at https://github.com/projectlombok/lombok/issues/2991 and https://github.com/mapstruct/mapstruct/issues/2609.