/IntelliJ-SetterHelper

帮助生成POJO转换代码

Primary LanguageJava

简介

一款能够将POJO之间的类set方法与类get方法自动映射起来的IDEA插件,能够自动补全相关映射代码,简化输入压力。

插件支持多种映射形式:

  • SET GET
  • lombok builder
  • this

Installation

Get from Marketplace
  • Installing from the plugin repository within the IDE:

    • Preferences(Settings) > Plugins > Marketplace > Search and find "SetterHelper" > Install Plugin.
  • Installing manually:

    • Download the plugin package on [GitHub Releases][gh:releases] or in the [JetBrains Plugin Repository][plugin-versions].
    • Preferences(Settings) > Plugins > ⚙️ > Install plugin from disk... > Select the plugin package and install (no need to unzip)

Restart the IDE after installation.

Example

样例仓库:https://github.com/mrdear/SetterHelperExample

image