protoc-gen-pojo

command module
v0.0.0-...-7d345b3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2019 License: MIT Imports: 9 Imported by: 0

README

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:

  • Go
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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL