Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jangalinski/kotlin-dataclass-mapper
- Owner: jangalinski
- License: apache-2.0
- Created: 2019-10-23T21:00:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T16:59:18.000Z (about 2 years ago)
- Last Synced: 2024-05-01T22:23:55.924Z (7 months ago)
- Topics: kotlin, mapper
- Language: Kotlin
- Size: 70.3 KB
- Stars: 17
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).