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 Magician-JDBC-2.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.magician.jdbc.core.constant.enums
├─ com.magician.jdbc.core.constant.enums.TractionLevel.class - [JAR]
com.magician.jdbc.helper
├─ com.magician.jdbc.helper.DBHelper.class - [JAR]
com.magician.jdbc
├─ com.magician.jdbc.MagicianJDBC.class - [JAR]
com.magician.jdbc.core.util
├─ com.magician.jdbc.core.util.JSONUtil.class - [JAR]
├─ com.magician.jdbc.core.util.StringUtil.class - [JAR]
├─ com.magician.jdbc.core.util.ThreadUtil.class - [JAR]
com.magician.jdbc.helper.templete.conversion
├─ com.magician.jdbc.helper.templete.conversion.SqlConversion.class - [JAR]
com.magician.jdbc.helper.templete.model
├─ com.magician.jdbc.helper.templete.model.Condition.class - [JAR]
├─ com.magician.jdbc.helper.templete.model.PageModel.class - [JAR]
├─ com.magician.jdbc.helper.templete.model.PageParamModel.class - [JAR]
├─ com.magician.jdbc.helper.templete.model.SqlBuilderModel.class - [JAR]
com.magician.jdbc.helper.manager
├─ com.magician.jdbc.helper.manager.ConnectionManager.class - [JAR]
├─ com.magician.jdbc.helper.manager.DataSourceManager.class - [JAR]
├─ com.magician.jdbc.helper.manager.TransactionManager.class - [JAR]
com.magician.jdbc.helper.templete
├─ com.magician.jdbc.helper.templete.JDBCTemplate.class - [JAR]
com.magician.jdbc.helper.templete.util
├─ com.magician.jdbc.helper.templete.util.ConditionBuilder.class - [JAR]