This example project shows how to use MapStruct with Bazel.
The sample code is using the one from mapstruct-on-ant.
To build the project, run bazel build //... or bazel build //mapstruct-on-bazel:all
To test the project, run bazel test //... or bazel test //mapstruct-on-bazel:ConversionTest