This is a tool set for editor
- Put the caret in any place within the class, press Alt+Ins or Command + n.
- select Converter method in menu or use the shortcut Ctrl+Alt+G. 3.In the dialog select the Class you want to convert To and select the class you want to convert From.
- Press Ok and converter method will be added to your current class.
- Plugin also writes in comments list of fields, that were not mapped (appropriate setter or getter is missing or different types).
- Put the caret in any place within the class, press Alt+Ins or Command + n.
- select Converter to method in menu.
- In the dialog select the Class you want to convert To.
- Press Ok and converter method will be added to your current class.
- Plugin also writes in comments list of fields, that were not mapped (appropriate setter or getter is missing or different types).
- Put the caret in any place within the class, press Alt+Ins or Command + n
- select Converter from method in menu.
- In the dialog select the Class you want to convert From.
- Press Ok and converter method will be added to your current class.
- Plugin also writes in comments list of fields, that were not mapped (appropriate setter or getter is missing or different types).
- Open the java class which you want to generate a json object for
- Click or Right Click the class ,and select
To Json
- Finally, you can paste the json to anywhere
- Open the java class which you want to generate a yaml object for
- Click or Right Click the class ,and select
To Yaml
- Finally, you can paste the json to anywhere
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "moon-style"" > Install
-
Using JetBrains Marketplace:
Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.
You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
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.