添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
正直的乌龙茶  ·  mysql ...·  5 月前    · 
着急的黄瓜  ·  GDAL源码剖析 - GIS开发者·  11 月前    · 
拉风的黄瓜  ·  All we do is win win ...·  1 年前    · 

Repository files navigation

MapStruct Plugin

About

When it comes to modernizing the applications, migrating to Mapstruct from Dozer mapper is one of the primary part for most of the Java enterprise applications that are running successfully for more than a decade.

This Intellij plugin will help us to do the migration faster by generating mapstruct code for the dozer xml.

Steps to add this plugin to ur ide

  • It's available in jetbrains market place .
  • Compatible versions are 2022.2 and above only.
  • How to Use The Plugin

  • Select the xml code.
  • press Ctrl + Shift + ` shortcut and provide the details.
  • Code will be generated at the specified location.
  • Map-id at field levels are added.
  • Uncheck the checkBok to avoid writing and just view the generated code in pop up.
  • Alternate,

  • Just right click on selected text click on GenerateMapping which appears first on popup menu.
  • IntelIj plugin to convert dozer definitions to mapstruct. An opensource initiative from http://techconative.com

    Topics

    dozer dozermapper dozer-demo dozer-like