Avoiding case-sensitivity during reflection calls
807588Jan 20 2009 — edited Jan 20 2009Hi All,
I am reflecting methods from an object using java.lang.reflect.* classes and trying to invoke methods on the object. The problem is, I am aware of the filed names in the class that is reflected. The setter method name is not known exactly. They appear something like set<filed name>. Is there a way to avoid case sensitivity while trying to look up for methods from the class.
Any early help is highly appreciated.
Thanks
Varaga