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

https://github.com/xhjcehust/pojo2proto

an intellij idea plugin covert java pojo to proto
https://github.com/xhjcehust/pojo2proto

Last synced: 4 months ago
JSON representation

an intellij idea plugin covert java pojo to proto

Awesome Lists containing this project

README

          

# Pojo2proto

an idea plugin to convert java pojo to proto in IntelliJ IDEA

This plugin generates google protobuf message from right click in a java pojo class file.

choose [PojoProto], The output proto code is copied to the clipboard.

# Screenshot

![Image text](demo.gif)

## Update

* 1.0.0 - First version, support universal pojo type
* 1.0.1 - Fix some description about this plugin
* 1.0.3 - Support for enums
* 1.0.4 - Change uint to int

## Plugin

https://plugins.jetbrains.com/plugin/14691-pojo-to-proto

# Contact
For any question, just contact me at any time.

mailto: xhjcehust@qq.com

Any suggestion is welcome!