wuseal/JsonToKotlinClass

JsonToKotlinClass maven/gradle plugin

Open

#147 opened on Apr 17, 2019

View on GitHub
 (14 comments) (8 reactions) (0 assignees)Kotlin (184 forks)github user discovery
L9feature requesthelp wanted

Repository metrics

Stars
 (3,179 stars)
PR merge metrics
 (PR metrics pending)

Description

Now we generate the Kotlin data class and put it into the codebase, other code generator (like Protobuf and greendao) usually generate the code into a seperated folder (target/generated-sources) automatically, this would be really helpful when the JSON structure changes frequently, it won't pollute the commits history

image

Contributor guide