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 featherfly-data-office-0.1.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.featherfly.data.core
├─ cn.featherfly.data.core.DataMapper.class - [JAR]
├─ cn.featherfly.data.core.DataRecord.class - [JAR]
├─ cn.featherfly.data.core.DataSet.class - [JAR]
├─ cn.featherfly.data.core.DataSource.class - [JAR]
cn.featherfly.data.impl
├─ cn.featherfly.data.impl.SimpleDataRecord.class - [JAR]
├─ cn.featherfly.data.impl.SimpleDataSet.class - [JAR]
├─ cn.featherfly.data.impl.SimpleDataSource.class - [JAR]
cn.featherfly.data.office
├─ cn.featherfly.data.office.OfficeDataSource.class - [JAR]
├─ cn.featherfly.data.office.OfficeException.class - [JAR]
cn.featherfly.data.office.excel
├─ cn.featherfly.data.office.excel.ExcelDataMapper.class - [JAR]
├─ cn.featherfly.data.office.excel.ExcelDataRecordMapper.class - [JAR]
├─ cn.featherfly.data.office.excel.ExcelDataSet.class - [JAR]
├─ cn.featherfly.data.office.excel.ExcelDataSource.class - [JAR]
├─ cn.featherfly.data.office.excel.ExcelObjectMapper.class - [JAR]
├─ cn.featherfly.data.office.excel.ExcelSheetTemplateMapper.class - [JAR]
├─ cn.featherfly.data.office.excel.ExcelSwaggerModelMapper.class - [JAR]
cn.featherfly.data.office.word
├─ cn.featherfly.data.office.word.WordDataMapper.class - [JAR]
├─ cn.featherfly.data.office.word.WordDataRecordMapper.class - [JAR]
├─ cn.featherfly.data.office.word.WordDataSet.class - [JAR]
├─ cn.featherfly.data.office.word.WordDataSource.class - [JAR]