How to get methods’ signatures from Java class file

Simply use javap tool

javap -classpath . my.package.MyClass