Registry / utility / mapstruct-processor

mapstruct-processor

JSON →
library1.6.3javamavenunverified

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>
INSTALL
IMPORT
SIG · MAPSTRUCT-PROCESSO
M
mapstruct-processor
utilityjavav1.6.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Mapper
org.mapstruct.Mapper

Define a mapper interface and MapStruct generates the implementation.

import org.mapstruct.Mapper; import org.mapstruct.factory.Mappers; @Mapper public interface CarMapper { CarMapper INSTANCE = Mappers.getMapper(CarMapper.class); CarDto carToCarDto(Car car); }
Debug
Known issues
breakingAnnotation processor must be configured in build tool (Maven/Gradle) to generate code.
fix
Add mapstruct-processor as an annotation processor dependency in your build configuration.
affects: all
Upgrade
Version history
1.6.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mapstruct-processor — mvn dependency:get mapstruct-processor · libregistry