Examples for using MapStruct
This repository contains examples showing how to use MapStruct, a Java annotation processor for the generation of type-safe bean mapping classes.
Currently, the following examples exist:
ant buildon the command line
./gradlew clean buildon the command line
bazel build //...on the command line, to test the project, run
bazel test //....
pom.xmland a Gradle
build.gradle); to build the example project, run either
mvn clean installor
./gradlew clean buildon the command line
The examples in this project are licensed under the Apache License, Version 2.0.