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-plus-spring-boot-starter-2.1.3.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.yjgbg.jpa.plus.specificationSupport
├─ com.github.yjgbg.jpa.plus.specificationSupport.ChainSpecification.class - [JAR]
├─ com.github.yjgbg.jpa.plus.specificationSupport.ExecutableSpecification.class - [JAR]
├─ com.github.yjgbg.jpa.plus.specificationSupport.Sortable.class - [JAR]
├─ com.github.yjgbg.jpa.plus.specificationSupport.SpecExecutor.class - [JAR]
├─ com.github.yjgbg.jpa.plus.specificationSupport.StdRepository.class - [JAR]
com.github.yjgbg.jpa.plus.utils
├─ com.github.yjgbg.jpa.plus.utils.ReflectUtils.class - [JAR]
com.github.yjgbg.jpa.plus.aop
├─ com.github.yjgbg.jpa.plus.aop.ReturnPropsSetNull.class - [JAR]
├─ com.github.yjgbg.jpa.plus.aop.ReturnPropsSetNullProcessing.class - [JAR]
com.github.yjgbg.jpa.plus
├─ com.github.yjgbg.jpa.plus.JpaPlusSupport.class - [JAR]
com.github.yjgbg.jpa.plus.entitySupport
├─ com.github.yjgbg.jpa.plus.entitySupport.ActiveEntity.class - [JAR]