1
Hello, good afternoon everyone.
I’m studying java Reflection and my question is whether it would be possible and how to pick up nested objects dynamically as in the example below:
public class Rg{
Integer numRg;
}
public class Pessoa{
String nome;
Rg rg;
}
Thank you very much!
Thank you very much for your reply Marlon!
– user1234