# mapstruct-eclipse **Repository Path**: mirrors_mapstruct/mapstruct-eclipse ## Basic Information - **Project Name**: mapstruct-eclipse - **Description**: An Eclipse plug-in for working with MapStruct - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mapstruct-eclipse An Eclipse plug-in for working with MapStruct ## Eclipse Update Site * For latest released version: https://mapstruct.org/eclipse/ ## Current Features ### Code-Completions * Completion of `target` and `source` properties in `@Mapping` annotation for bean mappings * Completion of `target` and `source` enum constants in `@ValueMapping` annotations for enum mappings * Completion of `componentModel` values in `@Mapper` annotation ### Quick-Fixes * Quick-Fixes for error/warning message `"Unmapped target property: ..."`: * _Ignore unmapped target property_ adds `@Mapping( target = "prop", ignore = true )` to the method * Quick-Fixes for error message `"Can't map property X prop to Y prop. Consider to declare/implement a mapping method ..."`: * _Add method: Y toY(X prop)_ adds an appropriate method declaration to the mapper. * _Ignore unmapped target property_ adds `@Mapping( target = "prop", ignore = true )` to the method. ## Screenshots #### Completion for Properties and Enum Constants ![Code completion for properties and enum constants](https://raw.githubusercontent.com/mapstruct/mapstruct-eclipse/master/still-completion-1.png) #### Quick Fix to Add Missing Property Mapping Method ![Quick Fix to add missing property mapping method](https://raw.githubusercontent.com/mapstruct/mapstruct-eclipse/master/still-quickfix-1.png) #### Quick Fix to Ignore an Unmapped Property ![Quick Fix to ignore an unmapped property](https://raw.githubusercontent.com/mapstruct/mapstruct-eclipse/master/still-quickfix-2.png) ## Links * [Homepage](http://mapstruct.org) * [Source code](https://github.com/mapstruct/mapstruct-eclipse/) * [Issue tracker](https://github.com/mapstruct/mapstruct-eclipse/issues) * [User group](https://groups.google.com/forum/?hl=en#!forum/mapstruct-users) * [CI build](https://mapstruct.ci.cloudbees.com/)