Wei Zhang
Wei Zhang
MapStruct version: 1.5.2.Final Lombok version: 1.18.20 Hi team/community, I am new to MapStruct. I have been trying to get it working with our existing code where Lombok @Value @Builder patterns...
Protobuf is widely used in the industry and often we need to convert proto generated classes to/from POJOs (or models generated by Lombok/AutoValue/Immutables/YouNameIt). While it would be awesome for MapStruct...
#120 Solved a similar issue on the client API. However we have an existing use case as such ```java // example List allExpectations; MockServerClient mockServerClient; void createExpectations(List valuesFromParam) { for...