This project provides a SPI implementation for Mapstruct to generate mapping code from protocol buffer messages (in the form of protobuf-java objects) to the following targets: Plain Old Java Objects ...
I expected MapStruct to correctly map boolean properties between two classes using the Builder pattern, especially when the property names are identical (e.g., isSuper). The isSuper property should be ...