Skip to content

devsegur/pojo2records

Repository files navigation

Pojo 2 Records pojo2records

Build Version Downloads

View the project on Intellij Marketplace

Description

That repository contains a simple tool to convert POJOs to records in batch way.

To use that tool you need to provide a path to the directory or the class with POJOs and click on Refactor > Pojo2Records.

If you want to contribute open the PR on GitHub.

Images

Example 1

Example 2

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "pojo2records" > Install

  • Manually:

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


Plugin based on the IntelliJ Platform Plugin Template.