Join Slack
Powered by
Hi. Is there clean way in Kotlin to get list of pr...
# announcements
o
Olekss
12/21/2017, 7:44 AM
Hi. Is there clean way in Kotlin to get list of properties of given Instance. Each individual and known property would be like ::property but I want to get list of all - without diving into actual java low-level reflection BS
q
qwert_ukg
12/21/2017, 7:49 AM
::class.memberProperties
u should try
o
Olekss
12/21/2017, 11:20 AM
Thanks that's what I needed
2
Views
Open in Slack
Previous
Next