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 funicorn-common-datasource-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.funicorn.framework.common.datasource.core
├─ com.funicorn.framework.common.datasource.core.MetaHandler.class - [JAR]
├─ com.funicorn.framework.common.datasource.core.QueryEscapeInterceptor.class - [JAR]
com.funicorn.framework.common.datasource.generator
├─ com.funicorn.framework.common.datasource.generator.CodeGenerator.class - [JAR]
com.funicorn.framework.common.datasource.model
├─ com.funicorn.framework.common.datasource.model.BaseEntity.class - [JAR]
├─ com.funicorn.framework.common.datasource.model.PageDTO.class - [JAR]
com.funicorn.framework.common.datasource.config
├─ com.funicorn.framework.common.datasource.config.DsAutoConfiguration.class - [JAR]