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 mango-admin-core-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.mg0324.madmin.core.bean
├─ com.github.mg0324.madmin.core.bean.Result.class - [JAR]
├─ com.github.mg0324.madmin.core.bean.ResultList.class - [JAR]
├─ com.github.mg0324.madmin.core.bean.ResultObject.class - [JAR]
├─ com.github.mg0324.madmin.core.bean.ResultPage.class - [JAR]
├─ com.github.mg0324.madmin.core.bean.ResultUtil.class - [JAR]
com.github.mg0324.madmin.core.util
├─ com.github.mg0324.madmin.core.util.CacheUtil.class - [JAR]
├─ com.github.mg0324.madmin.core.util.IdUtil.class - [JAR]