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 wk-framework-5.2.8-nacos.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.wizzer.framework.page.datatable
├─ cn.wizzer.framework.page.datatable.DataTableColumn.class - [JAR]
├─ cn.wizzer.framework.page.datatable.DataTableOrder.class - [JAR]
cn.wizzer.framework.base.model
├─ cn.wizzer.framework.base.model.BaseModel.class - [JAR]
cn.wizzer.framework.base.service
├─ cn.wizzer.framework.base.service.BaseService.class - [JAR]
├─ cn.wizzer.framework.base.service.BaseServiceImpl.class - [JAR]
cn.wizzer.framework.page
├─ cn.wizzer.framework.page.OffsetPager.class - [JAR]
├─ cn.wizzer.framework.page.Paginable.class - [JAR]
├─ cn.wizzer.framework.page.Pagination.class - [JAR]
├─ cn.wizzer.framework.page.SimplePage.class - [JAR]
cn.wizzer.framework.base
├─ cn.wizzer.framework.base.Result.class - [JAR]