I have a String Person, which is the name of a class Person
.
Can I get the class Person
from that string?. I need the class to call static methods of if.
In other words: is there an inverse to Class.getName()
?
If that does not work at all, let me know. It is an answer too.