View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window Robust.autopatchbase-0.4.87.5-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.meituan.robust.patch
├─ com.meituan.robust.patch.RobustModify.class - [JAR]
com.meituan.robust.utils
├─ com.meituan.robust.utils.EnhancedRobustUtils.class - [JAR]
├─ com.meituan.robust.utils.PatchTemplate.class - [JAR]
com.meituan.robust
├─ com.meituan.robust.ChangeQuickRedirect.class - [JAR]
├─ com.meituan.robust.Constants.class - [JAR]
├─ com.meituan.robust.RobustArguments.class - [JAR]
├─ com.meituan.robust.RobustExtension.class - [JAR]
├─ com.meituan.robust.RollbackListener.class - [JAR]
├─ com.meituan.robust.RollbackManager.class - [JAR]
com.meituan.robust.patch.annotaion
├─ com.meituan.robust.patch.annotaion.Add.class - [JAR]
├─ com.meituan.robust.patch.annotaion.Modify.class - [JAR]