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 structure-manager-starter-1.1.2.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.structure.starter.manager.exception
├─ cn.structure.starter.manager.exception.NotRealizeException.class - [JAR]
cn.structure.starter.manager.mapper.provider
├─ cn.structure.starter.manager.mapper.provider.InsertListSpecialProvider.class - [JAR]
cn.structure.starter.manager.base
├─ cn.structure.starter.manager.base.BaseManager.class - [JAR]
cn.structure.starter.manager.mapper
├─ cn.structure.starter.manager.mapper.IMapper.class - [JAR]
├─ cn.structure.starter.manager.mapper.InsertListMapper.class - [JAR]
├─ cn.structure.starter.manager.mapper.JpaMapper.class - [JAR]
├─ cn.structure.starter.manager.mapper.PlusMapper.class - [JAR]
├─ cn.structure.starter.manager.mapper.TkMapper.class - [JAR]
cn.structure.starter.manager.common
├─ cn.structure.starter.manager.common.ReqPage.class - [JAR]
├─ cn.structure.starter.manager.common.ResPage.class - [JAR]
├─ cn.structure.starter.manager.common.StructurePageInfo.class - [JAR]
cn.structure.starter.manager.configuration
├─ cn.structure.starter.manager.configuration.AutoConfiguration.class - [JAR]
├─ cn.structure.starter.manager.configuration.LocalDateMetaObjectHandler.class - [JAR]
cn.structure.starter.manager.core.interfaces
├─ cn.structure.starter.manager.core.interfaces.IBaseManager.class - [JAR]