mapstruct-examples/mapstruct-on-bazel at main · mapstruct/mapstruct-examples

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

README.md

Using MapStruct with Bazel

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