Hey I'm trying to set a Strategy in my program that should allow me to do something I've never tried before and have no idea if it's either the best approach to the problem or if it is possible or not.
I have a class with some fields and one of them is a String function and I want to check the value of that function (in this case will just be the name of the function) and then find a method with the same name in my class.
How can I do that?