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 sparkzxl-elasticsearch-starter-1.4.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.sparkzxl.elasticsearch.service.base
├─ com.github.sparkzxl.elasticsearch.service.base.BaseElasticsearchServiceImpl.class - [JAR]
├─ com.github.sparkzxl.elasticsearch.service.base.IBaseElasticsearchService.class - [JAR]
com.github.sparkzxl.elasticsearch.properties
├─ com.github.sparkzxl.elasticsearch.properties.ElasticsearchProperties.class - [JAR]
com.github.sparkzxl.elasticsearch.page
├─ com.github.sparkzxl.elasticsearch.page.PageResponse.class - [JAR]
com.github.sparkzxl.elasticsearch.config
├─ com.github.sparkzxl.elasticsearch.config.ElasticsearchAutoConfiguration.class - [JAR]
com.github.sparkzxl.elasticsearch.exception
├─ com.github.sparkzxl.elasticsearch.exception.ElasticsearchException.class - [JAR]