Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

An Annotation based Java library for converting classes (like DTOs) to Protobuf classes

License

Notifications You must be signed in to change notification settings

keith-miller/proto-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proto-converter

An Annotation based Java 11 and higher library for converting classes (like DTOs) to Protobuf classes

How to use

Add dependency

Maven

<dependency>
    <groupId>com.keithtmiller</groupId>
    <artifactId>proto-converter</artifactId>
    <version>1.0.1</version>
</dependency>

Gradle

implementation group: 'com.keithtmiller', name: 'proto-converter', version: '1.0.1'

About

An Annotation based Java library for converting classes (like DTOs) to Protobuf classes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages