An open API service indexing awesome lists of open source software.

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

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)