https://github.com/abeade/mapstruct-test
A sample project using MapStruct on Android
https://github.com/abeade/mapstruct-test
Last synced: about 1 year ago
JSON representation
A sample project using MapStruct on Android
- Host: GitHub
- URL: https://github.com/abeade/mapstruct-test
- Owner: abeade
- License: apache-2.0
- Created: 2016-05-06T18:47:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T06:53:51.000Z (about 7 years ago)
- Last Synced: 2025-04-01T03:42:13.354Z (about 1 year ago)
- Language: Java
- Size: 81.1 KB
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mapstruct-test
This repository contains a sample project using [MapStruct](http://mapstruct.org/) on Android.
MapStruct is a Java annotation processor for the generation of type-safe bean mapping classes.
MapStruct generates bean mappings at compile-time which ensures a high performance.
## License
* [Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)