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
- Host: GitHub
- URL: https://github.com/xhjcehust/pojo2proto
- Owner: xhjcehust
- License: apache-2.0
- Created: 2020-07-10T13:52:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T01:18:33.000Z (about 2 years ago)
- Last Synced: 2025-06-05T10:50:42.295Z (4 months ago)
- Language: Java
- Homepage:
- Size: 2.31 MB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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!