Annotation processor that generates type-safe bean mapping code at compile time.
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>1.6.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a mapper interface and MapStruct generates the implementation.
Add mapstruct-processor as an annotation processor dependency in your build configuration.
No dependency data recorded yet.