项目作者: GodMoonLight
项目描述 :
bean converter, to yaml, to json
高级语言: Kotlin
项目地址: git://github.com/GodMoonLight/moon-style.git
moon-style



This is a tool set for editor
Usage:
Converter method
- 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).
Converter to method
- 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).
Converter from method
- 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).
To Json
- 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
To Yaml
- 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
Installation
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.