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 jpa-complex-query-boot-starter-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.binbean.boot.jpa.boot
├─ io.binbean.boot.jpa.boot.ComplexQueryRepositoriesConfigureRegistrar.class - [JAR]
├─ io.binbean.boot.jpa.boot.JpaComplexQueryRepositoriesAutoConfiguration.class - [JAR]
io.binbean.boot.jpa
├─ io.binbean.boot.jpa.ComplexQueryRepository.class - [JAR]
├─ io.binbean.boot.jpa.SpecificationUtils.class - [JAR]
io.binbean.boot.jpa.support
├─ io.binbean.boot.jpa.support.JpaComplexQueryRepository.class - [JAR]