Skip to content

LiLittleCat/intellij-generate-all-getter-and-setter

Repository files navigation

icon

Generate All Getter And Setter

Build Version Downloads

Generate All Getter And Setter is an IntelliJ IDEA plugin that generates all getter and setter methods for POJO use postfix completion like .var.

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Generate All Getter And Setter" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

Usage

  • Use .allget to generate all getter methods for POJO.

example-allget

  • Use .allset to generate all setter methods without default value for POJO.

example-allset

  • Use .allsetv to generate all setter methods with default value for POJO.

example-allsetv

Special Thanks


About

🛠️An IntelliJ IDEA plugin that uses postfix completion to generate getter and setter methods of POJO.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •