I retrieved a property of my class using:
val prop = businessObject::class.memberProperties.first()
I can do this:
prop.javaGetter
But this method does not compile:
prop.javaSetter
Even though the method exists and is not deprecated
Aucun commentaire:
Enregistrer un commentaire