Here i'm asking for your opinion about this code and possible improvements or errors you may see. (only limitation i'm aware of is i can't have multiple methods with the same name on the class), also don't know if this is the correct forum to post this, if not, please move the post accordingly please.
I've developed (i think) a function launcher from a JSON
string
The Json string is something like this.
method specifies which method i want to execute, service specifies which class contains that method, and params contains the parameters for the method.
In this case i want to execute a method like this "public Object methodName(Object1 ob, List<Object2> ob)"
The launcher code is something like this.
I hope you find this useful on the future, and thanks in advance for your answers.