Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jangalinski/kotlin-dataclass-mapper

mapping data classes via reflection
https://github.com/jangalinski/kotlin-dataclass-mapper

kotlin mapper

Last synced: 16 days ago
JSON representation

mapping data classes via reflection

Awesome Lists containing this project

README

        

# kotlin-dataclass-mapper

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)

mapping data classes via reflection

For usage, see: [DataClassMapperTest](https://github.com/jangalinski/kotlin-dataclass-mapper/blob/master/src/test/kotlin/DataClassMapperTest.kt)

Some thoughts on this in my [medium-blog](https://medium.com/@jan.galinski/kotlin-data-class-mapping-aa0f9f750ca1).