https://github.com/dnalchemist/mapstruct-protobuf
https://github.com/dnalchemist/mapstruct-protobuf
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnalchemist/mapstruct-protobuf
- Owner: DNAlchemist
- License: other
- Created: 2020-06-14T13:52:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T13:42:52.000Z (almost 6 years ago)
- Last Synced: 2025-02-15T09:41:27.197Z (over 1 year ago)
- Language: Java
- Size: 84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mapstruct-protobuf
Plugin for automatic exclusion of generated protobuf fields and methods.
## Installation
### Gradle
```annotationProcessor "one.chest:mapstruct-protobuf:0.0.5"```
### Maven
```xml
org.apache.maven.plugins
maven-compiler-plugin
3.6.1
one.chest
mapstruct-protobuf
0.0.5
```