protoc-gen-pojo
A protoc plugin for generating Java POJO classes from Protobuffer files.
Getting Started
To install the package:
go get github.com:sagroskin/protoc-gen-pojo.git
Generate Java classes with default options:
protoc --pojo_out=:. <your_file>.proto
Generate Java classes with string enums:
protoc --pojo_out=string_enums=true:. <your_file>.proto
Developer Environment Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
What things you need to run the project:
Installing
go install
Running Tests
go test
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Serge Agroskin - Initial work
Based on protoc-gen-tstypes
License
This project is licensed under the MIT License - see the LICENSE file for details