For example, I want to access the property age using reflection from the Father object
age
data class Father( val children: Children() ) data class Children( val age: Int )
Aucun commentaire:
Enregistrer un commentaire