An open API service indexing awesome lists of open source software.

https://github.com/imyzt/pojo-to-form-data

An intellij plugin that supports converting POJO classes to colon-separated K: V structure strings to the pasteboard
https://github.com/imyzt/pojo-to-form-data

idea-plugin pojo-converting

Last synced: 2 months ago
JSON representation

An intellij plugin that supports converting POJO classes to colon-separated K: V structure strings to the pasteboard

Awesome Lists containing this project

README

        

# quick start

1. Install Plugin

Intellij IDEA -> Preferences -> Plugins -> Search **PojoToFormData** -> Install -> Restart IDEA

2. How to use

- 右击POJO类

![右击POJO类](http://ww1.sinaimg.cn/large/005SWfHCgy1gb0v9usdxpj30v70nkgty.jpg)

- 选择PojoToFormData(Control + Shift + N)

![选择PojoToFormData](http://ww1.sinaimg.cn/large/005SWfHCgy1gb0v9uutyhj31oc19ygtg.jpg)

- 粘贴至Postman或接口文档

![粘贴至Postman或接口文档](http://ww1.sinaimg.cn/large/005SWfHCgy1gb0v9v0c1ij32801e0dnq.jpg)