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 my-jpa-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mkt.base.jpa.parser
├─ com.mkt.base.jpa.parser.SqlParser.class - [JAR]
com.mkt.base.jpa.utils
├─ com.mkt.base.jpa.utils.CommonUtils.class - [JAR]
├─ com.mkt.base.jpa.utils.MyReflectionUtils.class - [JAR]
com.mkt.base.jpa.dao
├─ com.mkt.base.jpa.dao.IBaseDao.class - [JAR]
com.mkt.base.jpa.annotation
├─ com.mkt.base.jpa.annotation.MyField.class - [JAR]
├─ com.mkt.base.jpa.annotation.MyTable.class - [JAR]
com.mkt.base.jpa.configuration
├─ com.mkt.base.jpa.configuration.AutoConfiguration.class - [JAR]
com.mkt.base.jpa.metadata
├─ com.mkt.base.jpa.metadata.TableInfo.class - [JAR]
com.mkt.base.jpa.builder
├─ com.mkt.base.jpa.builder.SqlBuilder.class - [JAR]
├─ com.mkt.base.jpa.builder.TableInfoBuilder.class - [JAR]
com.mkt.base.jpa.dao.impl
├─ com.mkt.base.jpa.dao.impl.BaseDaoImpl.class - [JAR]