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 zuji-jpa-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.springdatajpa.zujijpa.annotation
├─ top.springdatajpa.zujijpa.annotation.QueryIgnore.class - [JAR]
├─ top.springdatajpa.zujijpa.annotation.QueryOperator.class - [JAR]
top.springdatajpa.zujijpa.config
├─ top.springdatajpa.zujijpa.config.MysqlConfig.class - [JAR]
├─ top.springdatajpa.zujijpa.config.RepositoryConfigHelper.class - [JAR]
top.springdatajpa.zujijpa
├─ top.springdatajpa.zujijpa.Specifications.class - [JAR]
top.springdatajpa.zujijpa.enums
├─ top.springdatajpa.zujijpa.enums.Operator.class - [JAR]
top.springdatajpa.zujijpa.repository
├─ top.springdatajpa.zujijpa.repository.BaseRepository.class - [JAR]
top.springdatajpa.zujijpa.utils
├─ top.springdatajpa.zujijpa.utils.EntityUtils.class - [JAR]
├─ top.springdatajpa.zujijpa.utils.JpaHelper.class - [JAR]
top.springdatajpa.zujijpa.wrapper
├─ top.springdatajpa.zujijpa.wrapper.OperatorWrapper.class - [JAR]
├─ top.springdatajpa.zujijpa.wrapper.SpecificationWrapper.class - [JAR]