Hi, are there any existing solutions to auto-gener...
# announcements
g
Hi, are there any existing solutions to auto-generate a Kotlin data class from Java class parameter (like
Pojo.class
) or any other way?
m
No existing solution to achieve this. What do you want to accomplish, if Pojo is a JavaBean you would like an equivalent data class Pojo to be generated? For what purpose?
u
I use json string and pass it to json to kotlin extension plugin and it generates kotlin data class