I'm parsing a report that returns Java method signatures as something like:
method(Ljava/lang/String;[Ljava/lang/String;ZI)V
What's the best way to convert this back into something that's more human-readable? For example, the above should be something like:
void method(String, String, boolean, int)
Here are a couple of examples of code that does this:
If all else fails, you copy the code from one or other of these places.
A couple of things to note:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With